Spaces:
Sleeping
Sleeping
James MacQuillan
commited on
Commit
·
0aa96d8
1
Parent(s):
fd6c6c7
push
Browse files
app.py
CHANGED
@@ -135,6 +135,12 @@ examples = [
|
|
135 |
["What are the best stocks to buy this month"],
|
136 |
["What companies report earnings this week"],
|
137 |
["What's Apple's current market cap"]
|
|
|
|
|
|
|
|
|
|
|
|
|
138 |
]
|
139 |
|
140 |
chatbot = gr.Chatbot(
|
|
|
135 |
["What are the best stocks to buy this month"],
|
136 |
["What companies report earnings this week"],
|
137 |
["What's Apple's current market cap"]
|
138 |
+
['analyse the technical indicators for apple']
|
139 |
+
['build a DFCF model for Apple']
|
140 |
+
["Make a table of Apple's stock price for the last 3 days"]
|
141 |
+
["what is Apple's PE ratio and how does it compare top other companies in consumer electronics"]
|
142 |
+
['how did salesforce do on its last earnings?']
|
143 |
+
['what is the average analyst price target for Nvidia']
|
144 |
]
|
145 |
|
146 |
chatbot = gr.Chatbot(
|