Spaces:
Build error
Build error
Update app.py
Browse files
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.
|
| 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,
|