Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -383,7 +383,7 @@ iface.launch()
|
|
383 |
'''
|
384 |
gr.ChatInterface(
|
385 |
fn=run,
|
386 |
-
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True,
|
387 |
title="Mixtral 46.7B\nMicro-Agent\nInternet Search <br> development test",
|
388 |
examples=examples,
|
389 |
concurrency_limit=50,
|
|
|
383 |
'''
|
384 |
gr.ChatInterface(
|
385 |
fn=run,
|
386 |
+
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, super_intelligence=True, layout="panel"),
|
387 |
title="Mixtral 46.7B\nMicro-Agent\nInternet Search <br> development test",
|
388 |
examples=examples,
|
389 |
concurrency_limit=50,
|