Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -160,7 +160,7 @@ with gr.Blocks(title="PDF RAG Chatbot") as demo:
|
|
| 160 |
# ββ Right panel βββββββββββββββββββββββββββββββββββββββ
|
| 161 |
with gr.Column(scale=2):
|
| 162 |
gr.Markdown("### π¬ Chat")
|
| 163 |
-
chatbot = gr.Chatbot(height=500
|
| 164 |
with gr.Row():
|
| 165 |
question_box = gr.Textbox(
|
| 166 |
placeholder="Ask a question about your PDF...",
|
|
|
|
| 160 |
# ββ Right panel βββββββββββββββββββββββββββββββββββββββ
|
| 161 |
with gr.Column(scale=2):
|
| 162 |
gr.Markdown("### π¬ Chat")
|
| 163 |
+
chatbot = gr.Chatbot(height=500) # β type="messages" removed
|
| 164 |
with gr.Row():
|
| 165 |
question_box = gr.Textbox(
|
| 166 |
placeholder="Ask a question about your PDF...",
|