st-chat icon indicating copy to clipboard operation
st-chat copied to clipboard

Streamlit Component, for a Chatbot UI

Results 43 st-chat issues
Sort by recently updated
recently updated
newest added

Could you change the example to a classic chat interface in example program? Message history at the top, buttons at the bottom, the new message is empty and is added...

Love the component. Would love the ability to pass in own image-url for the avatars.

Hi! I'm very much sorry for polluting the issues with stupid questions, but how do I install the component from source? The version on Pip is a little outdated, and...

The default widths in the component are too wide to print, even on the official demo app. So you cannot print the right side of the conversation or use CSS...

Has anyone seen this issue on replit? https://replit.com/@SunnyMadra/streamlitchat

Currently, choosing stop while the AI is generating a response throws an error similar to: ``` AttributeError: This app has encountered an error. The original error message is redacted to...

Hi, I am trying to add custom avatars to this, I go in to frontend/src/stChat.tsx and change avatarUrl, but my changes are not getting saved. Any idea on how to...

Right now all response is seen in the form of code message. need to see the code in proper format

Hi. I build a chatbot app to deploy in streamlit using streamlit_chat, but when i'm trying to build the app i get the following error: from streamlit_chat import message ModuleNotFoundError:...