Update app.py
Browse files
app.py
CHANGED
|
@@ -182,8 +182,7 @@ with gr.Blocks(title="Chat with Documents 💬 📚") as demo:
|
|
| 182 |
with gr.Column(scale=3):
|
| 183 |
chatbot = gr.Chatbot(
|
| 184 |
label="Chat",
|
| 185 |
-
height=400
|
| 186 |
-
type="messages" # Explicitly set type to messages
|
| 187 |
)
|
| 188 |
msg = gr.Textbox(
|
| 189 |
label="Your Question",
|
|
|
|
| 182 |
with gr.Column(scale=3):
|
| 183 |
chatbot = gr.Chatbot(
|
| 184 |
label="Chat",
|
| 185 |
+
height=400
|
|
|
|
| 186 |
)
|
| 187 |
msg = gr.Textbox(
|
| 188 |
label="Your Question",
|