How to align the text to left side when row-reverse is applied
I’m making a chat bot using Python and Streamlit. I want the chat to show User messages on the right side and Bot messages on the left side. I’m using CSS with row-reversed
for this, but the text size and chat message size aren’t changing as I want.
How to align the text to left side when row-reverse is applied using css
I’m making a chat bot using Python and Streamlit. I want the chat to show User messages on the right side and Bot messages on the left side. I’m using CSS with row-reversed
for this, but the text size and chat message size aren’t changing as I want.