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