James MacQuillan commited on
Commit
2ed4b68
·
1 Parent(s): 1bd8ed9
Files changed (1) hide show
  1. app.py +4 -1
app.py CHANGED
@@ -140,7 +140,10 @@ examples = [
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
 
146
  chatbot = gr.Chatbot(
 
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
+ ['whats the outlook for the stock market in 2025'],
145
+ ['when does Nvidia next report earnings'],
146
+ ['what are the latest products from apple']
147
  ]
148
 
149
  chatbot = gr.Chatbot(