Update app.py
Browse files
app.py
CHANGED
@@ -135,8 +135,7 @@ def create_interface():
|
|
135 |
label="Conversation",
|
136 |
height=400,
|
137 |
show_label=True,
|
138 |
-
avatar_images=("
|
139 |
-
"https://huggingface.co/spaces/gradio/theme-assets/resolve/main/assistant.png"),
|
140 |
show_copy_button=True,
|
141 |
bubble_full_width=False,
|
142 |
)
|
|
|
135 |
label="Conversation",
|
136 |
height=400,
|
137 |
show_label=True,
|
138 |
+
avatar_images=("user.png", "assistant.png"),
|
|
|
139 |
show_copy_button=True,
|
140 |
bubble_full_width=False,
|
141 |
)
|