Commit
·
5a13df4
1
Parent(s):
f809d77
new icons
Browse files
app.py
CHANGED
|
@@ -492,7 +492,7 @@ with gr.Blocks(title=title) as demo:
|
|
| 492 |
chatbot = gr.Chatbot(
|
| 493 |
[],
|
| 494 |
elem_id="chatbot",
|
| 495 |
-
avatar_images=("examples/
|
| 496 |
bubble_full_width=False,
|
| 497 |
)
|
| 498 |
|
|
|
|
| 492 |
chatbot = gr.Chatbot(
|
| 493 |
[],
|
| 494 |
elem_id="chatbot",
|
| 495 |
+
avatar_images=("examples/mirror.png", "examples/coqui-logo.png"),
|
| 496 |
bubble_full_width=False,
|
| 497 |
)
|
| 498 |
|