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. With streamlit-chat==0.1.1, we added allow_html=True to message() to enable code formatting in the message output. However, it seems like `lookml` is not supported at the moment? Is this a...

The avatar argument in st.chat_message doesnt work with custom images. When putting the streamlit in streamlit share instead of the custom image this is what is shown : ![Capture d’écran...

![Web capture_7-7-2023_04337_localhost](https://github.com/AI-Yash/st-chat/assets/135575236/cb945504-73e3-4029-a971-202a85c5acff) Here I am using a streamlit-chat and I am trying to embeed some links in the response send by the user.But the link is some times coming as...

I created a chatbot for my website, and it is supposed to return working hyperlinks, but when the component shows a link, I cannot click it. In other components, that...

bug

I noticed that when a user inputs a message using the streamlit_chat library, the text is right-aligned instead of left-aligned, which is not the usual convention and looks very strange....

Hi, Does anyone know if I can display chatgpt-like streaming response in Streamlit using streamlit_chat -message? I need something like message(streaming=True) or any other alternative for this. my code segment...

enhancement

I prefer so much put the input box to the bottom, reallllly dislike top, my neck will get broken to look so high.

Thank you for adding the HTML functionality to the `message` function. While using it, I came across few use-cases where the current front-end output needs improvement. Using [Collapsed sections](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/organizing-information-with-collapsed-sections) with...

enhancement

Please review and merge if suitable or let me know if additional changes needed