Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -727,7 +727,7 @@ def run_app():
|
|
| 727 |
label="⏱️ Session Status",
|
| 728 |
interactive=False,
|
| 729 |
elem_classes="timer-box",
|
| 730 |
-
avatar_images=(
|
| 731 |
)
|
| 732 |
|
| 733 |
chatbot = gr.Chatbot(
|
|
|
|
| 727 |
label="⏱️ Session Status",
|
| 728 |
interactive=False,
|
| 729 |
elem_classes="timer-box",
|
| 730 |
+
avatar_images=(None, "Modern Microchip Logo with _F_.png") # (user_avatar, bot_avatar)
|
| 731 |
)
|
| 732 |
|
| 733 |
chatbot = gr.Chatbot(
|