acecalisto3 commited on
Commit
1dfa597
·
verified ·
1 Parent(s): 86fb048

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -358,7 +358,7 @@ examples = [
358
  def launch_interface():
359
  gr.ChatInterface(
360
  fn=run,
361
- chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel"),
362
  title="Mixtral 46.7B\nMicro-Agent\nInternet Search <br> development test",
363
  examples=examples,
364
  concurrency_limit=20,
 
358
  def launch_interface():
359
  gr.ChatInterface(
360
  fn=run,
361
+ chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, layout="panel"),
362
  title="Mixtral 46.7B\nMicro-Agent\nInternet Search <br> development test",
363
  examples=examples,
364
  concurrency_limit=20,