mayankchugh-learning commited on
Commit
aaf6534
·
verified ·
1 Parent(s): fbd437d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -6
app.py CHANGED
@@ -119,12 +119,6 @@ demo = gr.Interface(
119
  title="AMA on Tesla 10-K statements",
120
  description="This web API presents an interface to ask questions on contents of the Tesla 10-K reports for the period 2019 - 2023.",
121
  article="Note that questions that are not relevant to the Tesla 10-K report will not be answered.",
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
  )
130
 
 
119
  title="AMA on Tesla 10-K statements",
120
  description="This web API presents an interface to ask questions on contents of the Tesla 10-K reports for the period 2019 - 2023.",
121
  article="Note that questions that are not relevant to the Tesla 10-K report will not be answered.",
 
 
 
 
 
 
122
  concurrency_limit=16
123
  )
124