Spaces:
Sleeping
Sleeping
Commit
·
d05eb41
1
Parent(s):
1fda9cd
Update app.py
Browse files
app.py
CHANGED
@@ -47,7 +47,7 @@ def generate(prompt, history,
|
|
47 |
yield output
|
48 |
return output
|
49 |
|
50 |
-
samir_chatbot = gr.Chatbot(avatar_images=["./user.png", "./
|
51 |
bubble_full_width=False,
|
52 |
show_label=False,
|
53 |
show_copy_button=True,
|
|
|
47 |
yield output
|
48 |
return output
|
49 |
|
50 |
+
samir_chatbot = gr.Chatbot(avatar_images=["./user.png", "./fernando-pixel.png"],
|
51 |
bubble_full_width=False,
|
52 |
show_label=False,
|
53 |
show_copy_button=True,
|