rukeshpaudel commited on
Commit
869bea0
Β·
1 Parent(s): 723ffd1

Chatbot Scaffold and chatbot icon path changes

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, (os.path.join(os.path.dirname(__file__), "utils\images\health_assitant_chatbot_icon.png"))),
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():