Neurolingua commited on
Commit
3c10dd2
·
verified ·
1 Parent(s): db617f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -124,6 +124,6 @@ def send_initial_message(to_number):
124
  'Welcome to the Agri AI Chatbot! How can I assist you today? You can send an image with "pest" or "disease" to classify it.'
125
  )
126
  if __name__ == "__main__":
127
- send_initial_message('919080522395')
128
  send_initial_message('916382792828')
129
  app.run(host='0.0.0.0', port=7860)
 
124
  'Welcome to the Agri AI Chatbot! How can I assist you today? You can send an image with "pest" or "disease" to classify it.'
125
  )
126
  if __name__ == "__main__":
127
+ send_initial_message('919080522395')
128
  send_initial_message('916382792828')
129
  app.run(host='0.0.0.0', port=7860)