Update app.py
Browse files
app.py
CHANGED
|
@@ -280,8 +280,7 @@ with gr.Blocks(title="Chat with Documents 💬 📚") as demo:
|
|
| 280 |
with gr.Column(scale=3):
|
| 281 |
chatbot = gr.Chatbot(
|
| 282 |
label="Chat",
|
| 283 |
-
height=400
|
| 284 |
-
type="messages"
|
| 285 |
)
|
| 286 |
msg = gr.Textbox(
|
| 287 |
label="Your Question",
|
|
|
|
| 280 |
with gr.Column(scale=3):
|
| 281 |
chatbot = gr.Chatbot(
|
| 282 |
label="Chat",
|
| 283 |
+
height=400
|
|
|
|
| 284 |
)
|
| 285 |
msg = gr.Textbox(
|
| 286 |
label="Your Question",
|