pgurazada1 commited on
Commit
53f32e8
1 Parent(s): 1e209d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -152,7 +152,8 @@ demo = gr.Interface(
152
  ["Summarize the Management Discussion and Analysis section of the 2021 report in 50 words.", ""],
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
  ],
157
  cache_examples=False,
158
  theme=gr.themes.Base(),
 
152
  ["Summarize the Management Discussion and Analysis section of the 2021 report in 50 words.", ""],
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(),