James MacQuillan commited on
Commit
1bd8ed9
·
1 Parent(s): ef91421
Files changed (1) hide show
  1. app.py +6 -6
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
- ['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
 
 
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