Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -147,7 +147,7 @@ examples=[["Write a simple working game in HTML5", agents[0], None, None, None,
|
|
| 147 |
|
| 148 |
gr.ChatInterface(
|
| 149 |
fn=generate,
|
| 150 |
-
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True,
|
| 151 |
additional_inputs=additional_inputs,
|
| 152 |
title="Mixtral 46.7B",
|
| 153 |
examples=examples,
|
|
|
|
| 147 |
|
| 148 |
gr.ChatInterface(
|
| 149 |
fn=generate,
|
| 150 |
+
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, layout="panel"),
|
| 151 |
additional_inputs=additional_inputs,
|
| 152 |
title="Mixtral 46.7B",
|
| 153 |
examples=examples,
|