Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ examples=[["I'm planning a vacation to Japan. Can you suggest a one-week itinera
|
|
95 |
|
96 |
gr.ChatInterface(
|
97 |
fn=generate,
|
98 |
-
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True,
|
99 |
additional_inputs=additional_inputs,
|
100 |
title="Mixtral 46.7B - yeschat.ai",
|
101 |
examples=examples,
|
|
|
95 |
|
96 |
gr.ChatInterface(
|
97 |
fn=generate,
|
98 |
+
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True,layout="panel"),
|
99 |
additional_inputs=additional_inputs,
|
100 |
title="Mixtral 46.7B - yeschat.ai",
|
101 |
examples=examples,
|