Spaces:
Sleeping
Sleeping
James MacQuillan
commited on
Commit
·
9e25748
1
Parent(s):
a0d1332
push
Browse files
app.py
CHANGED
@@ -273,30 +273,7 @@ theme = gr.themes.Citrus(
|
|
273 |
)
|
274 |
|
275 |
examples = [
|
276 |
-
["whats the trending social sentiment like for Nvidia"]
|
277 |
-
["What's the latest news on Cisco Systems stock"],
|
278 |
-
["Analyze technical indicators for Adobe, are they presenting buy or sell signals"],
|
279 |
-
["Write me a smart sheet on the trending social sentiment and technical indicators for Nvidia"],
|
280 |
-
["What are the best stocks to buy this month"],
|
281 |
-
["What companies report earnings this week"],
|
282 |
-
["write me a health check on adobe"],
|
283 |
-
["Analyze the technical indicators for Apple"],
|
284 |
-
["give me the current sentiment score for Apple"],
|
285 |
-
["Make a table of Apple's stock price for the last 3 days"],
|
286 |
-
["What is Apple's PE ratio and how does it compare to other companies in consumer electronics"],
|
287 |
-
["How did Salesforce perform in its last earnings?"],
|
288 |
-
["What is the average analyst price target for Nvidia"],
|
289 |
-
["What is the outlook for the stock market in 2025"],
|
290 |
-
["When does Nvidia next report earnings"],
|
291 |
-
["What are the latest products from Apple"],
|
292 |
-
["What is Tesla's current price-to-earnings ratio and how does it compare to other car manufacturers?"],
|
293 |
-
["List the top 5 performing stocks in the S&P 500 this month"],
|
294 |
-
["What is the dividend yield for Coca-Cola?"],
|
295 |
-
["Which companies in the tech sector are announcing dividends this month?"],
|
296 |
-
["Analyze the latest moving averages for Microsoft; are they indicating a trend reversal?"],
|
297 |
-
["What is the latest guidance on revenue for Meta?"],
|
298 |
-
["What is the current beta of Amazon stock and how does it compare to the industry average?"],
|
299 |
-
["What are the top-rated ETFs for technology exposure this quarter?"]
|
300 |
]
|
301 |
|
302 |
chatbot = gr.Chatbot(
|
|
|
273 |
)
|
274 |
|
275 |
examples = [
|
276 |
+
["whats the trending social sentiment like for Nvidia"]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
277 |
]
|
278 |
|
279 |
chatbot = gr.Chatbot(
|