Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -68,6 +68,8 @@ demo = gr.ChatInterface(
|
|
68 |
# ),
|
69 |
# ],
|
70 |
)
|
|
|
|
|
71 |
|
72 |
|
73 |
if __name__ == "__main__":
|
|
|
68 |
# ),
|
69 |
# ],
|
70 |
)
|
71 |
+
# Send a default message when the interface loads
|
72 |
+
chat.send_message("Welcome! I'm your Dietician Assistant. How can I assist you today?")
|
73 |
|
74 |
|
75 |
if __name__ == "__main__":
|