Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
oeway committed Apr 2, 2024
1 parent f1e5e7a commit 1ac26f7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/bioEngine.js
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,7 @@ export async function setupBioEngine() {
label: "🤖 BioImage.IO Chatbot",
async callback() {
await api.createWindow({
src:
"https://bioimage.io/chat?disable-assistant-switch=true",
src: "https://bioimage.io/chat?disable-assistant-switch=true",
name: "BioImage.IO Chatbot"
});
await app.loadPlugin(
Expand Down

0 comments on commit 1ac26f7

Please sign in to comment.