hertogateis commited on
Commit
0d4f40e
·
verified ·
1 Parent(s): 883f9f3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ st.markdown("""
76
  # Input container with a text area and button
77
  with st.container():
78
  input_container = st.empty()
79
- user_input = input_container.text_area("You:", "", height=50, key="input_text")
80
  send_button = st.button("Send", key="send_button", help="Click to send the message")
81
 
82
  # Handle user input and update the chat
 
76
  # Input container with a text area and button
77
  with st.container():
78
  input_container = st.empty()
79
+ user_input = input_container.text_area("You:", "", height=68, key="input_text") # Updated height to 68
80
  send_button = st.button("Send", key="send_button", help="Click to send the message")
81
 
82
  # Handle user input and update the chat