Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -46,7 +46,7 @@ def generate(
|
|
46 |
return output
|
47 |
|
48 |
mychatbot = gr.Chatbot(
|
49 |
-
avatar_images=["./user.png", "./
|
50 |
)
|
51 |
|
52 |
demo = gr.Interface(
|
|
|
46 |
return output
|
47 |
|
48 |
mychatbot = gr.Chatbot(
|
49 |
+
avatar_images=["./user.png", "./botm.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True,
|
50 |
)
|
51 |
|
52 |
demo = gr.Interface(
|