Neurolingua commited on
Commit
c316d7b
1 Parent(s): a1c7c07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,7 +124,7 @@ def send_message(recipient, message):
124
  def send_initial_message(to_number):
125
  send_message(
126
  f'whatsapp:{to_number}',
127
- 'Welcome to the Agri AI Chatbot! How can I assist you today? You can send an image with "pest" or "disease" to classify it.'
128
  )
129
  if __name__ == "__main__":
130
  send_initial_message('919080522395')
 
124
  def send_initial_message(to_number):
125
  send_message(
126
  f'whatsapp:{to_number}',
127
+ 'Welcome to the Agri AI Chatbot! How can I assist you today? You may get real-time information from me!!'
128
  )
129
  if __name__ == "__main__":
130
  send_initial_message('919080522395')