RaniRahbani commited on
Commit
657d8fe
·
verified ·
1 Parent(s): e89fe11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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__":