Liusuthu commited on
Commit
3af24cd
β€’
1 Parent(s): dddaaba

Update chat.py

Browse files
Files changed (1) hide show
  1. chat.py +1 -1
chat.py CHANGED
@@ -32,7 +32,7 @@ chat=gr.ChatInterface(
32
  chatbot=gr.Chatbot(
33
  height=400,
34
  bubble_full_width=False,
35
- avatar_images=(os.path.join(os.path.dirname(__file__), "patient.png"), os.path.join(os.path.dirname(__file__), "docter.png")),
36
  likeable=True,
37
  ),
38
  )
 
32
  chatbot=gr.Chatbot(
33
  height=400,
34
  bubble_full_width=False,
35
+ avatar_images=(os.path.join(os.path.dirname(__file__), "patient_ava.png"), os.path.join(os.path.dirname(__file__), "docter_ava.png")),
36
  likeable=True,
37
  ),
38
  )