Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ examples=[["Hi", None, None, None, None, None, ],
|
|
120 |
|
121 |
gr.ChatInterface(
|
122 |
fn=generate,
|
123 |
-
chatbot=gr.Chatbot(show_label=
|
124 |
additional_inputs=additional_inputs,
|
125 |
title="AmberBot ",
|
126 |
examples=examples,
|
|
|
120 |
|
121 |
gr.ChatInterface(
|
122 |
fn=generate,
|
123 |
+
chatbot=gr.Chatbot(show_label=True, show_share_button=True, show_copy_button=True, likeable=True, layout="panel"),
|
124 |
additional_inputs=additional_inputs,
|
125 |
title="AmberBot ",
|
126 |
examples=examples,
|