Text wrap

Hello,
I am building a chatbot and I am using Streamlit for deployment.
how can I make the query box to continue writing the question down.
sometimes the query is too long and i can not see from the query box, i want a way to make the query continue down like (alt + enter) in excel.

my code is : query = st.text_input(“Enter a question and get an answer”

thanks

it seems like “st.text_area” solved the issue.

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