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