We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53621b3 commit 242c602Copy full SHA for 242c602
public/chatbot-extension.imjoy.html
@@ -85,7 +85,7 @@
85
let chatbot = await api.getWindow("BioImage.IO Chatbot");
86
if (!chatbot) {
87
chatbot = await api.createWindow({
88
- src: "https://staging.chat.bioimage.io/public/apps/bioimageio-chatbot-client/index",
+ src: "https://bioimage.io/chat",
89
name: "BioImage.IO Chatbot",
90
});
91
}
0 commit comments