Spaces:
Runtime error
Runtime error
Update chat.py
Browse files
chat.py
CHANGED
@@ -42,7 +42,7 @@ chat=gr.ChatInterface(
|
|
42 |
chatbot=gr.Chatbot(
|
43 |
height=400,
|
44 |
bubble_full_width=False,
|
45 |
-
avatar_images=(os.path.join(os.path.dirname(__file__), "
|
46 |
likeable=True,
|
47 |
),
|
48 |
)
|
|
|
42 |
chatbot=gr.Chatbot(
|
43 |
height=400,
|
44 |
bubble_full_width=False,
|
45 |
+
avatar_images=(os.path.join(os.path.dirname(__file__), "patient.png"), os.path.join(os.path.dirname(__file__), "docter.png")),
|
46 |
likeable=True,
|
47 |
),
|
48 |
)
|