File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -195,13 +195,15 @@ export async function setupBioEngine() {
195195 app . addMenuItem ( {
196196 label : "🤖 BioImage.IO Chatbot" ,
197197 async callback ( ) {
198- await api . showMessage ( "Loading BioImage.IO Chatbot..." )
198+ await api . showMessage ( "Loading BioImage.IO Chatbot..." ) ;
199199 await api . createWindow ( {
200200 src : "https://bioimage.io/chat" ,
201201 name : "BioImage.IO Chatbot"
202202 } ) ;
203- const baseUrl = location . origin
204- await api . showMessage ( "Loading BioImage Model Zoo extension for the chatbot, this may take a while..." )
203+ const baseUrl = location . origin ;
204+ await api . showMessage (
205+ "Loading BioImage Model Zoo extension for the chatbot, this may take a while..."
206+ ) ;
205207 await app . loadPlugin (
206208 `${ baseUrl } /chat/bioimage-model-zoo-extension.imjoy.html`
207209 ) ;
You can’t perform that action at this time.
0 commit comments