samarthagarwal23 commited on
Commit
6e382ec
·
1 Parent(s): d4f9cd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -100,6 +100,6 @@ iface = gr.Interface(
100
  outputs = [gr.outputs.Textbox(label="Answer"), gr.outputs.Textbox(label="Score"), gr.outputs.HTML(label="Reference text")],
101
  examples=examples,
102
  title = "Question Answering on company annual reports",
103
- description = "Upload annual report pdf and ask model a question."
104
  )
105
  iface.launch()
 
100
  outputs = [gr.outputs.Textbox(label="Answer"), gr.outputs.Textbox(label="Score"), gr.outputs.HTML(label="Reference text")],
101
  examples=examples,
102
  title = "Question Answering on company annual reports",
103
+ description = "Simply upload any annual report pdf you are interested in and ask model a question OR load an example from below."
104
  )
105
  iface.launch()