Lrosado commited on
Commit
7f371bb
·
verified ·
1 Parent(s): 668a54b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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 2023?", "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"]
 
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"]