Spaces:
Sleeping
Sleeping
Update utils/chatbot_interface3.py
Browse files
utils/chatbot_interface3.py
CHANGED
@@ -108,7 +108,7 @@ class ChatbotInterface:
|
|
108 |
chatbot_output = gr.Chatbot(label=self.output_label, type="messages")
|
109 |
|
110 |
# Use a gr.Row container as the input box with an integrated submit button.
|
111 |
-
with gr.Row(elem_id="input-container"):
|
112 |
user_input = gr.Textbox(
|
113 |
lines=2,
|
114 |
label=self.input_label,
|
|
|
108 |
chatbot_output = gr.Chatbot(label=self.output_label, type="messages")
|
109 |
|
110 |
# Use a gr.Row container as the input box with an integrated submit button.
|
111 |
+
# with gr.Row(elem_id="input-container"):
|
112 |
user_input = gr.Textbox(
|
113 |
lines=2,
|
114 |
label=self.input_label,
|