Spaces:
Paused
Paused
rcwaterman
commited on
Commit
•
890d151
1
Parent(s):
f648d30
Fixing bug in UI
Browse files
app.py
CHANGED
@@ -256,25 +256,21 @@ async def set_starters():
|
|
256 |
cl.Starter(
|
257 |
label="Market Research",
|
258 |
message="I am looking to diversify my portfolio with a stock in the restaurant industry. Can you find me a few well-valued stocks?",
|
259 |
-
icon="/public/idea.svg",
|
260 |
),
|
261 |
|
262 |
cl.Starter(
|
263 |
label="Financial Analysis",
|
264 |
message="Based on news sources, financial data, and valuation models, can you provide a full analysis of Crowdstrike stock?",
|
265 |
-
icon="/public/learn.svg",
|
266 |
),
|
267 |
|
268 |
cl.Starter(
|
269 |
label="Performance Projection",
|
270 |
message="Based on historical data and news from the last two years, can you project how Meta stock may perform by the end of the year?",
|
271 |
-
icon="/public/terminal.svg",
|
272 |
),
|
273 |
|
274 |
cl.Starter(
|
275 |
label="Stock Comparison",
|
276 |
message="Can you perform a financial analysis and comparison of Google and Apple stock? Which currently has a better valuation?",
|
277 |
-
icon="/public/write.svg",
|
278 |
)
|
279 |
]
|
280 |
|
|
|
256 |
cl.Starter(
|
257 |
label="Market Research",
|
258 |
message="I am looking to diversify my portfolio with a stock in the restaurant industry. Can you find me a few well-valued stocks?",
|
|
|
259 |
),
|
260 |
|
261 |
cl.Starter(
|
262 |
label="Financial Analysis",
|
263 |
message="Based on news sources, financial data, and valuation models, can you provide a full analysis of Crowdstrike stock?",
|
|
|
264 |
),
|
265 |
|
266 |
cl.Starter(
|
267 |
label="Performance Projection",
|
268 |
message="Based on historical data and news from the last two years, can you project how Meta stock may perform by the end of the year?",
|
|
|
269 |
),
|
270 |
|
271 |
cl.Starter(
|
272 |
label="Stock Comparison",
|
273 |
message="Can you perform a financial analysis and comparison of Google and Apple stock? Which currently has a better valuation?",
|
|
|
274 |
)
|
275 |
]
|
276 |
|