Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -63,7 +63,7 @@ examples=[["Write a heavy metal rock song about horses (1000 words)"],
|
|
63 |
]
|
64 |
gr.ChatInterface(
|
65 |
fn=generate,
|
66 |
-
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True,
|
67 |
title="Song Writer",
|
68 |
additional_inputs=additional_inputs,
|
69 |
examples=examples,
|
|
|
63 |
]
|
64 |
gr.ChatInterface(
|
65 |
fn=generate,
|
66 |
+
chatbot=gr.Chatbot(show_label=False, show_share_button=False, show_copy_button=True, layout="panel"),
|
67 |
title="Song Writer",
|
68 |
additional_inputs=additional_inputs,
|
69 |
examples=examples,
|