mohit-raghavendra commited on
Commit
af6d9c2
·
verified ·
1 Parent(s): 9b2f031

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -35,7 +35,8 @@ if __name__ == "__main__":
35
  ,
36
  # outputs=[gr.Textbox(label=f'Document {i+1}') for i in range(TOP_K)],
37
  outputs=[gr.Textbox(label="Answer"), gr.Textbox(label="Wikipedia Page")],
38
- title="Real time Question Answering",
 
39
  )
40
 
41
  demo.launch()
 
35
  ,
36
  # outputs=[gr.Textbox(label=f'Document {i+1}') for i in range(TOP_K)],
37
  outputs=[gr.Textbox(label="Answer"), gr.Textbox(label="Wikipedia Page")],
38
+ title="Current Event Question Answering using near-real-time data",
39
+ description="Ask questions about current events beyond the LLM's knowledge cutoff. Ex: Who is the current Prime Minister of France?"
40
  )
41
 
42
  demo.launch()