Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ def generate(
|
|
40 |
return output
|
41 |
|
42 |
mychatbot = gr.Chatbot(
|
43 |
-
avatar_images=["./user.png", "./
|
44 |
|
45 |
gr.ChatInterface(
|
46 |
fn=generate,
|
|
|
40 |
return output
|
41 |
|
42 |
mychatbot = gr.Chatbot(
|
43 |
+
avatar_images=["./user.png", "./botm.png"], bubble_full_width=False, show_label=False, show_share_button=False, show_copy_button=True, likeable=True, layout="panel")
|
44 |
|
45 |
gr.ChatInterface(
|
46 |
fn=generate,
|