Spaces:
Sleeping
Sleeping
James MacQuillan
commited on
Commit
·
cc06cff
1
Parent(s):
e72c09c
push
Browse files
app.py
CHANGED
@@ -138,31 +138,8 @@ theme = gr.themes.Citrus(
|
|
138 |
)
|
139 |
|
140 |
examples = [
|
141 |
-
["whats the trending social sentiment like for Nvidia"]
|
142 |
-
|
143 |
-
["Analyze technical indicators for Adobe, are they presenting buy or sell signals"],
|
144 |
-
["Write me a smart sheet on the trending social sentiment and technical indicators for Nvidia"],
|
145 |
-
["What are the best stocks to buy this month"],
|
146 |
-
["What companies report earnings this week"],
|
147 |
-
["What's Apple's current market cap"],
|
148 |
-
["Analyze the technical indicators for Apple"],
|
149 |
-
["Build an intrinsic value model for Apple"],
|
150 |
-
["Make a table of Apple's stock price for the last 3 days"],
|
151 |
-
["What is Apple's PE ratio and how does it compare to other companies in consumer electronics"],
|
152 |
-
["How did Salesforce perform in its last earnings?"],
|
153 |
-
["What is the average analyst price target for Nvidia"],
|
154 |
-
["What is the outlook for the stock market in 2025"],
|
155 |
-
["When does Nvidia next report earnings"],
|
156 |
-
["What are the latest products from Apple"],
|
157 |
-
["What is Tesla's current price-to-earnings ratio and how does it compare to other car manufacturers?"],
|
158 |
-
["List the top 5 performing stocks in the S&P 500 this month"],
|
159 |
-
["What is the dividend yield for Coca-Cola?"],
|
160 |
-
["Which companies in the tech sector are announcing dividends this month?"],
|
161 |
-
["Analyze the latest moving averages for Microsoft; are they indicating a trend reversal?"],
|
162 |
-
["What is the latest guidance on revenue for Meta?"],
|
163 |
-
["What is the current beta of Amazon stock and how does it compare to the industry average?"],
|
164 |
-
["What are the top-rated ETFs for technology exposure this quarter?"]
|
165 |
-
]
|
166 |
|
167 |
|
168 |
chatbot = gr.Chatbot(
|
|
|
138 |
)
|
139 |
|
140 |
examples = [
|
141 |
+
["whats the trending social sentiment like for Nvidia"]
|
142 |
+
]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
143 |
|
144 |
|
145 |
chatbot = gr.Chatbot(
|