Chatbox Component in Dash Plotly - OpenAI Bot

I was using adminlte as a template for my dash apps. Currently trying to build a chatbot using Openai. Any chance I can find a component for a chatbox in Dash? Something like the picture below. Check this link for a live preview

1 Like

This might be a bit late, but I thought this might be worth mentioning for anyone with a similar usecase. I recently had a similar usecase and decided to work on dash-chat. The dash-chat component does exactly what you are looking for. You can use your OpenAI logic as the callback that will be used to update the user input and the AI response in the customizable chat interface.

See community post here.

2 Likes