tree3po commited on
Commit
0370a5e
·
verified ·
1 Parent(s): a2dd7da

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -360,6 +360,7 @@ def run(purpose,history):
360
 
361
 
362
  examples =[
 
363
  "What is the current weather in Florida?",
364
  "Find breaking news about Texas",
365
  "Find the best deals on flippers for scuba diving",
@@ -370,7 +371,7 @@ examples =[
370
  gr.ChatInterface(
371
  fn=run,
372
  chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, layout="panel", height="500px"),
373
- title="Mixtral 46.7B Powered <br> Search",
374
  examples=examples,
375
  concurrency_limit=20,
376
  ).launch()
 
360
 
361
 
362
  examples =[
363
+ "Research the Amazon Company to determine if buying their stock today is a good investment"
364
  "What is the current weather in Florida?",
365
  "Find breaking news about Texas",
366
  "Find the best deals on flippers for scuba diving",
 
371
  gr.ChatInterface(
372
  fn=run,
373
  chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, layout="panel", height="500px"),
374
+ title="Mixtral 46.7B Powered <br> Financial* <br>*AI is not a Financial Advisor ",
375
  examples=examples,
376
  concurrency_limit=20,
377
  ).launch()