diff --git a/src/bonsai/bonsai/bim/data/webui/templates/demo.html b/src/bonsai/bonsai/bim/data/webui/templates/demo.html index 40576aca69..151a7948e8 100644 --- a/src/bonsai/bonsai/bim/data/webui/templates/demo.html +++ b/src/bonsai/bonsai/bim/data/webui/templates/demo.html @@ -81,7 +81,7 @@

Welcome to the web UI demo page!

This demo showcases how Bonsai's Web UI interacts with a WebSocket server. The demo illustrates how the Web UI establishes a connection, exchanges data with the server, and updates the UI dynamically based on incoming data.

-

You can use the above textbox to send a message to Bonsai!

+

You can use the above textbox to send a message to Bonsai which will be printed to the console!

If you prefer, you can explore the source code directly in the data/webui directory: