Spaces:
Sleeping
Sleeping
samir-fama
commited on
Commit
•
560bb48
1
Parent(s):
d05eb41
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", "./bot.png"],
|
51 |
bubble_full_width=False,
|
52 |
show_label=False,
|
53 |
show_copy_button=True,
|