Skip to content

Commit 2849b83

Browse files
authored
Merge pull request #1 from oeway/patch-1
Update chatbot url
2 parents 53621b3 + 242c602 commit 2849b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/chatbot-extension.imjoy.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@
8585
let chatbot = await api.getWindow("BioImage.IO Chatbot");
8686
if (!chatbot) {
8787
chatbot = await api.createWindow({
88-
src: "https://staging.chat.bioimage.io/public/apps/bioimageio-chatbot-client/index",
88+
src: "https://bioimage.io/chat",
8989
name: "BioImage.IO Chatbot",
9090
});
9191
}

0 commit comments

Comments
 (0)