Spaces:
Sleeping
Sleeping
acecalisto3
commited on
Update app.py
Browse files
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,
|
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,
|