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