Spaces:
Sleeping
Sleeping
Update utils/chatbot_interface3.py
Browse files
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=
|
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,
|