Spaces:
Runtime error
Runtime error
mohit-raghavendra
commited on
Update app.py
Browse files
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="
|
|
|
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()
|