peterkros commited on
Commit
4bbaefc
·
verified ·
1 Parent(s): 916c578

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ with gr.Blocks() as demo:
68
  initialize_chat(),
69
  elem_id="chatbot",
70
  bubble_full_width=False,
71
- label= "Safe Chatbot v1"
72
  avatar_images=(None, os.path.join(os.getcwd(), "avatar.png"))
73
  )
74
 
 
68
  initialize_chat(),
69
  elem_id="chatbot",
70
  bubble_full_width=False,
71
+ label= "Safe Chatbot v1",
72
  avatar_images=(None, os.path.join(os.getcwd(), "avatar.png"))
73
  )
74