AashitaK commited on
Commit
cde067d
·
verified ·
1 Parent(s): f3f49bc

Update utils/chatbot_interface3.py

Browse files
Files changed (1) hide show
  1. utils/chatbot_interface3.py +1 -1
utils/chatbot_interface3.py CHANGED
@@ -105,7 +105,7 @@ class ChatbotInterface:
105
  # Use a gr.Row container as the input box with an integrated submit button.
106
  with gr.Row(elem_id="input-container", equal_height=True):
107
  user_input = gr.Textbox(
108
- lines=2,
109
  show_label=False, # Hide label for a unified look.
110
  elem_id="chat-input",
111
  placeholder=self.input_placeholder,
 
105
  # Use a gr.Row container as the input box with an integrated submit button.
106
  with gr.Row(elem_id="input-container", equal_height=True):
107
  user_input = gr.Textbox(
108
+ lines=1,
109
  show_label=False, # Hide label for a unified look.
110
  elem_id="chat-input",
111
  placeholder=self.input_placeholder,