Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -172,7 +172,7 @@ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
|
|
| 172 |
chatbot = gr.Chatbot(
|
| 173 |
height=500,
|
| 174 |
bubble_full_width=False,
|
| 175 |
-
avatar_images=(None, "
|
| 176 |
show_label=False
|
| 177 |
)
|
| 178 |
|
|
|
|
| 172 |
chatbot = gr.Chatbot(
|
| 173 |
height=500,
|
| 174 |
bubble_full_width=False,
|
| 175 |
+
avatar_images=(None, "bot.png"),
|
| 176 |
show_label=False
|
| 177 |
)
|
| 178 |
|