I am making a chatbot app through Streamlit. When i tried deploying my local streamlit app onto streamlit community cloud via Github, I get different output, even though they are exactly the same code.
This is the localhost output
This is the Streamlit Community Cloud deployment
They are both using the streamlit-chat message() function to display the messages, what seems to be the issue? Any help would be very appreciated.