tree3po commited on
Commit
3fa2cb1
·
verified ·
1 Parent(s): bf12633

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -385,14 +385,13 @@ examples =[
385
  "Research the Amazon Company financials to determine if buying their stock today is a good investment",
386
  "What is the current weather in Florida?",
387
  "Find the best deals on flippers for scuba diving",
388
- "Teach me to fly a helicopter"
389
  ]
390
  with gr.Blocks() as app:
391
  key_inp=gr.Textbox()
392
- add_in=[key_inp,]
393
  gr.ChatInterface(
394
  fn=run,
395
- title="<center>Mixtral 46.7B Powered <br>Financial Demo<br>This demo is not a Financial Advisor</center>",
396
  chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, layout="panel", height="500px"),
397
  examples=examples,
398
  concurrency_limit=20,
 
385
  "Research the Amazon Company financials to determine if buying their stock today is a good investment",
386
  "What is the current weather in Florida?",
387
  "Find the best deals on flippers for scuba diving",
388
+ "Teach me to fly a helicopter",
389
  ]
390
  with gr.Blocks() as app:
391
  key_inp=gr.Textbox()
392
+ add_in=[key_inp]
393
  gr.ChatInterface(
394
  fn=run,
 
395
  chatbot=gr.Chatbot(show_label=False, show_share_button=True, show_copy_button=True, layout="panel", height="500px"),
396
  examples=examples,
397
  concurrency_limit=20,