POLRAMBORA commited on
Commit
e4ba9f3
·
verified ·
1 Parent(s): d385e4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ with gr.Blocks(css=".chatbox {height: 400px; overflow: auto; border: 1px solid #
170
 
171
  chatbot_output = gr.HTML(elem_id="chatbox-container")
172
 
173
- msg_input = gr.Textbox(
174
  show_label=False,
175
  placeholder="Type your message and press Shift+Enter...",
176
  lines=2,
 
170
 
171
  chatbot_output = gr.HTML(elem_id="chatbox-container")
172
 
173
+ msg_input = gr.Text(
174
  show_label=False,
175
  placeholder="Type your message and press Shift+Enter...",
176
  lines=2,