Skip to content

Commit

Permalink
deploy: 2849b83
Browse files Browse the repository at this point in the history
  • Loading branch information
Nanguage committed Apr 4, 2024
1 parent 7e418aa commit 1b5e2a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chatbot-extension.imjoy.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
let chatbot = await api.getWindow("BioImage.IO Chatbot");
if (!chatbot) {
chatbot = await api.createWindow({
src: "https://staging.chat.bioimage.io/public/apps/bioimageio-chatbot-client/index",
src: "https://bioimage.io/chat",
name: "BioImage.IO Chatbot",
});
}
Expand Down

0 comments on commit 1b5e2a6

Please sign in to comment.