Skip to content

Commit

Permalink
Improve debug console message (#394)
Browse files Browse the repository at this point in the history
* Improve debug console message

* Fix help function

* Remove help()
  • Loading branch information
oeway authored May 17, 2024
1 parent 00a8911 commit 69e6434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/chat/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1191,7 +1191,7 @@ <h3 class="text-center">Welcome to BioImage.IO Chatbot</h3>
term.echo('[[;red;]' + e.toString() + ']')
}
}, {
greetings: 'Welcome to the code interpreter terminal!',
greetings: 'Welcome to the code interpreter debugging console! You can use this console to inspect variables and run Python code in the shared Pyodide environment with the chatbot.',
name: 'Code Interpreter',
height: 200,
prompt: 'Code Interpreter> '
Expand Down

0 comments on commit 69e6434

Please sign in to comment.