Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
alalulu8668 authored Aug 21, 2024
1 parent b71ed1d commit 3192f3b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bioimageio_chatbot/static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -783,6 +783,8 @@ <h3 class="text-center">Welcome to BioImage.IO Chatbot</h3>
throw new Error(`Invalid extension ${extension.id}, type should be bioimageio-chatbot-extension`)
_removeRpcObj(extension)

extension.info = extension.info || {}

const schemas = await extension.get_schema()
for (let k of Object.keys(schemas)) {
const schema = schemas[k]
Expand Down

0 comments on commit 3192f3b

Please sign in to comment.