Penality commited on
Commit
3837c7b
·
verified ·
1 Parent(s): 826a32f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -169,7 +169,7 @@ iface = gr.TabbedInterface(
169
  [
170
  gr.Interface(
171
  fn=chatbot,
172
- inputs=[gr.File(gr.Textbox(label="Ask a Question"))],
173
  outputs=gr.Textbox(label="Answer"),
174
  title="PDF Q&A Chatbot (Powered by Together.AI)",
175
  ),
 
169
  [
170
  gr.Interface(
171
  fn=chatbot,
172
+ inputs=gr.Textbox(label="Ask a Question"),
173
  outputs=gr.Textbox(label="Answer"),
174
  title="PDF Q&A Chatbot (Powered by Together.AI)",
175
  ),