Skip to content

Commit

Permalink
Fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Mar 5, 2024
1 parent 74d122e commit 52e53e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/bioimage-chatbot-extension-tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"\n",
"async def setup():\n",
" chatbot = await api.createWindow(\n",
" src=\"http://127.0.0.1:9003/public/apps/bioimageio-chatbot-client/chat\",\n",
" src=\"https://chat.bioimage.io/public/apps/bioimageio-chatbot-client/chat\",\n",
" name=\"BioImage.IO Chatbot\",\n",
" )\n",
" \n",
Expand Down

0 comments on commit 52e53e4

Please sign in to comment.