Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Apr 3, 2024
1 parent 72437bd commit 570117d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/bioEngine.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,13 +195,15 @@ export async function setupBioEngine() {
app.addMenuItem({
label: "🤖 BioImage.IO Chatbot",
async callback() {
await api.showMessage("Loading BioImage.IO Chatbot...")
await api.showMessage("Loading BioImage.IO Chatbot...");
await api.createWindow({
src: "https://bioimage.io/chat",
name: "BioImage.IO Chatbot"
});
const baseUrl = location.origin
await api.showMessage("Loading BioImage Model Zoo extension for the chatbot, this may take a while...")
const baseUrl = location.origin;
await api.showMessage(
"Loading BioImage Model Zoo extension for the chatbot, this may take a while..."
);
await app.loadPlugin(
`${baseUrl}/chat/bioimage-model-zoo-extension.imjoy.html`
);
Expand Down

0 comments on commit 570117d

Please sign in to comment.