samarthagarwal23 commited on
Commit
574b79f
·
1 Parent(s): ed1b00c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -121,7 +121,7 @@ iface = gr.Interface(
121
  outputs = [gr.outputs.HTML(label="Top 1 answer"), gr.outputs.HTML(label="Top 2 answer")],
122
  examples=examples,
123
  theme = "darkhuggingface",
124
- title = "Question Answering on company annual reports",
125
  description = "Navigate long annual reports by using Machine learning to answer your questions. \nSimply upload any annual report pdf you are interested in and ask model a question OR load an example from below."
126
  )
127
  iface.launch()
 
121
  outputs = [gr.outputs.HTML(label="Top 1 answer"), gr.outputs.HTML(label="Top 2 answer")],
122
  examples=examples,
123
  theme = "darkhuggingface",
124
+ title = "Question Answering on annual reports",
125
  description = "Navigate long annual reports by using Machine learning to answer your questions. \nSimply upload any annual report pdf you are interested in and ask model a question OR load an example from below."
126
  )
127
  iface.launch()