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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -360,7 +360,7 @@ def run(purpose,history):
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,7 +371,7 @@ examples =[
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()
 
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="<center>Mixtral 46.7B Powered <br>Financial Demo<br>This demo is not a Financial Advisor",
375
  examples=examples,
376
  concurrency_limit=20,
377
  ).launch()