Skip to content

Commit

Permalink
update styling in image tags to be jsx compatible
Browse files Browse the repository at this point in the history
  • Loading branch information
areibman committed Jun 21, 2024
1 parent 0e45cfd commit 695e74e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions notebook/agentchat_agentops.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@
"collapsed": false
},
"source": [
"# AgentOps"
"# Agent Tracking with AgentOps"
]
},
{
"cell_type": "markdown",
"id": "a447802c88c8a240",
"metadata": {},
"source": [
"<img src=\"https://github.com/AgentOps-AI/agentops/blob/main/docs/images/external/logo/banner-badge.png?raw=true\" style=\"width: 40%;\"/>\n",
"<img src=\"https://github.com/AgentOps-AI/agentops/blob/main/docs/images/external/logo/banner-badge.png?raw=true\"/>\n",
"\n",
"[AgentOps](https://agentops.ai/?=autogen) provides session replays, metrics, and monitoring for AI agents.\n",
"\n",
Expand All @@ -28,10 +28,10 @@
"metadata": {},
"source": [
"### Overview Dashboard\n",
"<img src=\"https://raw.githubusercontent.com/AgentOps-AI/agentops/main/docs/images/external/app_screenshots/overview.gif\" style=\"width: 40%;\"/>\n",
"<img src=\"https://raw.githubusercontent.com/AgentOps-AI/agentops/main/docs/images/external/app_screenshots/overview.gif\"/>\n",
"\n",
"### Session Replays\n",
"<img src=\"https://raw.githubusercontent.com/AgentOps-AI/agentops/main/docs/images/external/app_screenshots/drilldown.gif\" style=\"width: 40%;\"/>\n"
"<img src=\"https://raw.githubusercontent.com/AgentOps-AI/agentops/main/docs/images/external/app_screenshots/drilldown.gif\"/>"
]
},
{
Expand Down

0 comments on commit 695e74e

Please sign in to comment.