Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -448,7 +448,7 @@ def create_demo():
|
|
| 448 |
height=500,
|
| 449 |
placeholder="Chat with your documents here... Type your question below.",
|
| 450 |
show_label=False,
|
| 451 |
-
type="messages"
|
| 452 |
)
|
| 453 |
with gr.Row(elem_classes="input-row"):
|
| 454 |
message_input = gr.Textbox(
|
|
|
|
| 448 |
height=500,
|
| 449 |
placeholder="Chat with your documents here... Type your question below.",
|
| 450 |
show_label=False,
|
| 451 |
+
# type="messages"
|
| 452 |
)
|
| 453 |
with gr.Row(elem_classes="input-row"):
|
| 454 |
message_input = gr.Textbox(
|