Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -158,9 +158,9 @@ demo = gr.Interface(
|
|
158 |
inputs=[textbox, company],
|
159 |
outputs="text",
|
160 |
title="Cloud 10-K statements",
|
161 |
-
description="This web API presents an interface to ask questions on contents of various cloud provider 10-K reports for 2023",
|
162 |
article="Note that questions that are not relevant to top cloud provider 10-K reports will not be answered.",
|
163 |
-
examples=[["What was the total revenue of the company in
|
164 |
["Summarize the Management Discussion and Analysis section of the 2023 report in 50 words.", "msft"],
|
165 |
["What was the company's debt level in 2023?", "google"],
|
166 |
["Identify 5 key risks identified in the 2023 10k report? Respond with bullet point summaries.", "IBM"]
|
|
|
158 |
inputs=[textbox, company],
|
159 |
outputs="text",
|
160 |
title="Cloud 10-K statements",
|
161 |
+
description="This web API presents an interface to ask questions on contents of various cloud provider 10-K reports for 2023. Some info refers to 2022.",
|
162 |
article="Note that questions that are not relevant to top cloud provider 10-K reports will not be answered.",
|
163 |
+
examples=[["What was the total revenue of the company in 2022?", "aws"],
|
164 |
["Summarize the Management Discussion and Analysis section of the 2023 report in 50 words.", "msft"],
|
165 |
["What was the company's debt level in 2023?", "google"],
|
166 |
["Identify 5 key risks identified in the 2023 10k report? Respond with bullet point summaries.", "IBM"]
|