pgurazada1 commited on
Commit
46fbf8f
·
verified ·
1 Parent(s): 53f32e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -153,7 +153,8 @@ demo = gr.Interface(
153
  ["What was the company's debt level in 2023?", ""],
154
  ["Summarize 5 key risks identified in the 2023 10k report? Respond with bullet point summaries.", ""],
155
  ["What is the view of the management on the future of electric vehicle batteries?",""],
156
- ["How does the total return on Tesla fare against the returns observed on Motor Vehicles and Passenger Car public companies?", ""]
 
157
  ],
158
  cache_examples=False,
159
  theme=gr.themes.Base(),
 
153
  ["What was the company's debt level in 2023?", ""],
154
  ["Summarize 5 key risks identified in the 2023 10k report? Respond with bullet point summaries.", ""],
155
  ["What is the view of the management on the future of electric vehicle batteries?",""],
156
+ ["How does the total return on Tesla fare against the returns observed on Motor Vehicles and Passenger Car public companies?", ""],
157
+ ["How do the returns on Tesla stack up against those observed on NASDAQ?", ""]
158
  ],
159
  cache_examples=False,
160
  theme=gr.themes.Base(),