pgurazada1
commited on
Commit
•
bdae1d4
1
Parent(s):
b6489dc
Update app.py
Browse files
app.py
CHANGED
@@ -122,7 +122,8 @@ demo = gr.Interface(
|
|
122 |
examples=[["What was the total revenue of the company in 2022?", "$ 81.46 Billion"],
|
123 |
["Summarize the Management Discussion and Analysis section of the 2021 report in 50 words.", ""],
|
124 |
["What was the company's debt level in 2020?", ""],
|
125 |
-
["Identify 5 key risks identified in the 2019 10k report? Respond with bullet point summaries.", ""]
|
|
|
126 |
],
|
127 |
concurrency_limit=16
|
128 |
)
|
|
|
122 |
examples=[["What was the total revenue of the company in 2022?", "$ 81.46 Billion"],
|
123 |
["Summarize the Management Discussion and Analysis section of the 2021 report in 50 words.", ""],
|
124 |
["What was the company's debt level in 2020?", ""],
|
125 |
+
["Identify 5 key risks identified in the 2019 10k report? Respond with bullet point summaries.", ""],
|
126 |
+
["What is the view of the management on the future of electric vehicle batteries?",""]
|
127 |
],
|
128 |
concurrency_limit=16
|
129 |
)
|