johann22 commited on
Commit
ebbe649
1 Parent(s): 270c1a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -474,7 +474,7 @@ examples=[["I'm planning a vacation to Japan. Can you suggest a one-week itinera
474
  gr.ChatInterface(
475
  fn=run,
476
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
477
- title="Mixtral 46.7B",
478
  examples=examples,
479
  concurrency_limit=20,
480
  ).launch(show_api=False)
 
474
  gr.ChatInterface(
475
  fn=run,
476
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
477
+ title="Mixtral 46.7B\nMicro-Agent\nInternet Search",
478
  examples=examples,
479
  concurrency_limit=20,
480
  ).launch(show_api=False)