Use dev tools UI to create chat bot interface

Hey,

As LLM’s usher in a new era of chatbots and useful text interfaces then I would like to add a chat like component to many of my dashboards. For instance something like this interface https://mars.chatscope.io/ using the chatscope react components.

And essentially the functionality is already there in the form of the dev tools menu when setting debug=true. Is it possible to access the dev tools menu and create a chat interface instead (have looked through the dash github repo but seems like the devtools menu is a react component),

Is anything like the above possible?. :blush:

I probably wouldn’t try to mcgyver or mess with the dev tools UI since that’s baked into dash/plotly. Also, the dev tools wouldn’t be turned on in prod.

Instead i’d use something like DMC’s affix component to build that out.

3 Likes