Penality commited on
Commit
1ea9096
·
verified ·
1 Parent(s): fd9654a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -235,7 +235,7 @@ iface = gr.TabbedInterface(
235
  [
236
  gr.Interface(
237
  fn=chatbot,
238
- inputs=[gr.Textbox(label="Ask a Question"), gr.Checkbox(label="Document Present?")]
239
  outputs=gr.Textbox(label="Answer"),
240
  title="PDF Q&A Chatbot (Powered by Together.AI)",
241
  ),
 
235
  [
236
  gr.Interface(
237
  fn=chatbot,
238
+ inputs=[gr.Textbox(label="Ask a Question"), gr.Checkbox(label="Document Present?")],
239
  outputs=gr.Textbox(label="Answer"),
240
  title="PDF Q&A Chatbot (Powered by Together.AI)",
241
  ),