Spaces:
Build error
Build error
Commit Β·
869bea0
1
Parent(s): 723ffd1
Chatbot Scaffold and chatbot icon path changes
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ with gr.Blocks() as demo:
|
|
| 33 |
[],
|
| 34 |
elem_id="chatbot",
|
| 35 |
bubble_full_width=False,
|
| 36 |
-
avatar_images=(None,
|
| 37 |
)
|
| 38 |
|
| 39 |
with gr.Row():
|
|
|
|
| 33 |
[],
|
| 34 |
elem_id="chatbot",
|
| 35 |
bubble_full_width=False,
|
| 36 |
+
avatar_images=(None, "utils\images\health_assitant_chatbot_icon.png"),
|
| 37 |
)
|
| 38 |
|
| 39 |
with gr.Row():
|