johann22 commited on
Commit
5c18328
1 Parent(s): e684736

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -464,7 +464,7 @@ additional_inputs=[
464
 
465
  ]
466
 
467
- examples=[["Find and summarize todays Top 5 News articles.", None, None, None, None, None, ],
468
  ["When is the next full moon?", None, None, None, None, None, ],
469
  ["I'm planning a vacation to Japan. Can you suggest a one-week itinerary including must-visit places and local cuisines to try?", None, None, None, None, None, ],
470
  ["Can you write a short story about a time-traveling detective who solves historical mysteries?", None, None, None, None, None,],
@@ -478,7 +478,7 @@ examples=[["Find and summarize todays Top 5 News articles.", None, None, None, N
478
  gr.ChatInterface(
479
  fn=run,
480
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
481
- title="Mixtral 46.7B\nMicro-Agent\nInternet Search",
482
  examples=examples,
483
  concurrency_limit=20,
484
  ).launch(show_api=False)
 
464
 
465
  ]
466
 
467
+ examples=[["Find and summarize the Top 5 current News articles posted today.", None, None, None, None, None, ],
468
  ["When is the next full moon?", None, None, None, None, None, ],
469
  ["I'm planning a vacation to Japan. Can you suggest a one-week itinerary including must-visit places and local cuisines to try?", None, None, None, None, None, ],
470
  ["Can you write a short story about a time-traveling detective who solves historical mysteries?", None, None, None, None, None,],
 
478
  gr.ChatInterface(
479
  fn=run,
480
  chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
481
+ title="Mixtral 46.7B\nMicro-Agent\nInternet Search <br> development test",
482
  examples=examples,
483
  concurrency_limit=20,
484
  ).launch(show_api=False)