imeesam commited on
Commit
401ce01
·
verified ·
1 Parent(s): ca14681

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -129,7 +129,7 @@ with gr.Blocks(title="RAG Chatbot") as demo:
129
 
130
  status = gr.Textbox(label="Status")
131
 
132
- chatbot = gr.Chatbot(type="messages")
133
  msg = gr.Textbox(label="Ask a question")
134
 
135
  upload_btn.click(process_pdf, inputs=file, outputs=status)
 
129
 
130
  status = gr.Textbox(label="Status")
131
 
132
+ chatbot = gr.Chatbot()
133
  msg = gr.Textbox(label="Ask a question")
134
 
135
  upload_btn.click(process_pdf, inputs=file, outputs=status)