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

Hello! I really enjoyed using your package, it made the display of text so much fun! Just wondering, do you have plans to add a scroll bar to long conversations?

Really love the interface and was wondering if there is a way to clear the chat and refresh the page without the last message being submitted again in the demo...

Such a great component! I’m trying to use it to make a QA system, are you planning to add data table and picture in chat?

enhancement

the CI/CD needs to be fixed, it's not working as expected.

When a user enters a prompt in st.chat_input, it is not possible to disable the input while an LLM is generating the response to that input. This leads to the...

Most common use case of the streamlit include the transformers implementation and the use of a context history in case of user chat implementation. Should I generate a PR of...

On the example.py we can see that we have a dialog box for the user and the bot, when the bot responds is it possible to create a submessage? i...

Are you planning to modify the background color for the message, so that a different color can be used for the user and the bot? This would be a nice...

example did not work before, cause it adds chat message as string, but chat message should be a dict-like object.