Spaces:
Sleeping
Sleeping
Neurolingua
commited on
Commit
•
d3890e4
1
Parent(s):
dd42eb1
Update app.py
Browse files
app.py
CHANGED
@@ -139,6 +139,5 @@ def send_initial_message(to_number):
|
|
139 |
'Welcome to the Agri AI Chatbot! How can I assist you today? You may get real-time information from me!!'
|
140 |
)
|
141 |
if __name__ == "__main__":
|
142 |
-
|
143 |
-
send_initial_message('916382792828')
|
144 |
app.run(host='0.0.0.0', port=7860,debug=1==1)
|
|
|
139 |
'Welcome to the Agri AI Chatbot! How can I assist you today? You may get real-time information from me!!'
|
140 |
)
|
141 |
if __name__ == "__main__":
|
142 |
+
|
|
|
143 |
app.run(host='0.0.0.0', port=7860,debug=1==1)
|