Streamlit_chat

can someone please help me how to resolve this issue ?

Your app is having trouble loading the streamlit_chat.streamlit_chat component.

(The app is attempting to load the component from ****, and hasnā€™t received its "streamlit

" message.)

  • If this is a development build, have you started the dev server?
  • If this is a release build, have you compiled the frontend?

For more troubleshooting help, please see the Streamlit Component docs or visit our forums.

Hi @kartiksaini16

Since Streamlit version 1.24.0, thereā€™s an official st.chat_input (st.chat_input - Streamlit Docs) chat element along with st.chat_message (st.chat_message - Streamlit Docs).

You can upgrade your version by using

pip install -U streamlit

Hope this helps!

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.