st-chat
st-chat copied to clipboard
Module Not Found: streamlit_chat when deploying in Streamlit Cloud.
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: No module named 'streamlit_chat'
¿what could be the problem?
Thank you!