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