Spaces:
Sleeping
Sleeping
James MacQuillan
commited on
Commit
·
1bd8ed9
1
Parent(s):
ef91421
push
Browse files
app.py
CHANGED
@@ -134,12 +134,12 @@ examples = [
|
|
134 |
["What's the current price of Apple stock"],
|
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 |
-
["Make a table of Apple's stock price for the last 3 days"]
|
141 |
-
['what is Apples 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 |
|
|
|
134 |
["What's the current price of Apple stock"],
|
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 Apples 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 |
|