Update app.py
Browse files
app.py
CHANGED
|
@@ -206,7 +206,7 @@ with gr.Blocks(css="""
|
|
| 206 |
chatbot = gr.Chatbot(
|
| 207 |
elem_id="chatbox",
|
| 208 |
label="",
|
| 209 |
-
avatar_images=["user_avatar.jpg", "humanlike_avatar.png
|
| 210 |
bubble_full_width=False,
|
| 211 |
height=500,
|
| 212 |
show_copy_button=False,
|
|
|
|
| 206 |
chatbot = gr.Chatbot(
|
| 207 |
elem_id="chatbox",
|
| 208 |
label="",
|
| 209 |
+
avatar_images=["user_avatar.jpg", "humanlike_avatar.png"],
|
| 210 |
bubble_full_width=False,
|
| 211 |
height=500,
|
| 212 |
show_copy_button=False,
|