Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|