Rabbitt-AI commited on
Commit
6243482
·
verified ·
1 Parent(s): c2f9fcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -365,7 +365,7 @@ iface = gr.Interface(
365
  fn=chatbot_interface,
366
  theme='Rabbitt-AI/ChanceRAG',
367
  inputs=[
368
- gr.File(label="Upload a PDF"),
369
  gr.Textbox(lines=5, label="User Query"),
370
  gr.Dropdown(["Detailed", "Concise", "Creative", "Technical"], label="Retreival Style"),
371
  ],
 
365
  fn=chatbot_interface,
366
  theme='Rabbitt-AI/ChanceRAG',
367
  inputs=[
368
+ gr.File(label="Upload a File"),
369
  gr.Textbox(lines=5, label="User Query"),
370
  gr.Dropdown(["Detailed", "Concise", "Creative", "Technical"], label="Retreival Style"),
371
  ],