Update app.py
Browse files
app.py
CHANGED
@@ -204,8 +204,8 @@ with gr.Blocks(css=CSS) as demo:
|
|
204 |
elem_id="chatbot1",
|
205 |
show_label=False,
|
206 |
avatar_images=(
|
207 |
-
"
|
208 |
-
"
|
209 |
),
|
210 |
)
|
211 |
mode_selector = gr.Radio(
|
|
|
204 |
elem_id="chatbot1",
|
205 |
show_label=False,
|
206 |
avatar_images=(
|
207 |
+
"user.png",
|
208 |
+
"ai.png",
|
209 |
),
|
210 |
)
|
211 |
mode_selector = gr.Radio(
|