Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(),
|