AashitaK commited on
Commit
0654657
·
verified ·
1 Parent(s): 20c8394

Update utils/chatbot_interface3.py

Browse files
Files changed (1) hide show
  1. utils/chatbot_interface3.py +1 -1
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,