florentgbelidji HF staff commited on
Commit
4adc61e
1 Parent(s): 7b432a6

update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ pdf_interface=gr.Interface(
69
  question_interface=gr.Interface(
70
  fn=get_nearest_neighbours,
71
  inputs=[gr.Textbox(label="Enter your question")],
72
- outputs=[gr.Textbox(label="Relevant chunk")]*3
73
  )
74
 
75
  demo=gr.TabbedInterface(
 
69
  question_interface=gr.Interface(
70
  fn=get_nearest_neighbours,
71
  inputs=[gr.Textbox(label="Enter your question")],
72
+ outputs=["text"]*3
73
  )
74
 
75
  demo=gr.TabbedInterface(