Update app.py
Browse files
app.py
CHANGED
|
@@ -87,8 +87,7 @@ interface = gr.Interface(
|
|
| 87 |
["Summarize the Management Discussion and Analysis section of the 2021 report in 50 words.", ""],
|
| 88 |
["What is the company's debt level in 2020?", ""],
|
| 89 |
["Identify 5 key risks identified in the 2019 10k report? Respond with bullet point summaries.", ""]
|
| 90 |
-
]
|
| 91 |
-
allow_flagging="manual", flagging_options=["Useful", "Not Useful"]
|
| 92 |
)
|
| 93 |
|
| 94 |
with gr.Blocks() as demo:
|
|
|
|
| 87 |
["Summarize the Management Discussion and Analysis section of the 2021 report in 50 words.", ""],
|
| 88 |
["What is the company's debt level in 2020?", ""],
|
| 89 |
["Identify 5 key risks identified in the 2019 10k report? Respond with bullet point summaries.", ""]
|
| 90 |
+
]
|
|
|
|
| 91 |
)
|
| 92 |
|
| 93 |
with gr.Blocks() as demo:
|