mayankchugh-learning commited on
Commit
cd06a3d
1 Parent(s): 2374d5d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -118,6 +118,11 @@ demo = gr.Interface(
118
  title="AMA on Tesla 10-K statements",
119
  description="This web API presents an interface to ask questions on contents of the Tesla 10-K reports for the period 2019 - 2023.",
120
  article="Note that questions that are not relevant to the Tesla 10-K report will not be answered.",
 
 
 
 
 
121
  concurrency_limit=16
122
  )
123
 
 
118
  title="AMA on Tesla 10-K statements",
119
  description="This web API presents an interface to ask questions on contents of the Tesla 10-K reports for the period 2019 - 2023.",
120
  article="Note that questions that are not relevant to the Tesla 10-K report will not be answered.",
121
+ examples=[["What was the total revenue of the company in 2022?", "$ 81.46 Billion"],
122
+ ["Summarize the Management Discussion and Analysis section of the 2021 report in 50 words.", ""],
123
+ ["What was the company's debt level in 2020?", ""],
124
+ ["Identify 5 key risks identified in the 2019 10k report? Respond with bullet point summaries.", ""]
125
+ ],
126
  concurrency_limit=16
127
  )
128