Neurolingua commited on
Commit
6510d51
·
verified ·
1 Parent(s): cf6eaea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def whatsapp_webhook():
60
  response_text = "Please upload another image with good quality."
61
 
62
  else:
63
- response_text = "The attached file is not an image. Please send an image for classification."
64
  elif ('weather' in incoming_msg.lower()) or ('climate' in incoming_msg.lower()) or ('temperature' in incoming_msg.lower()):
65
  response_text=get_weather(incoming_msg.lower())
66
  elif 'bookkeeping' in incoming_msg:
 
60
  response_text = "Please upload another image with good quality."
61
 
62
  else:
63
+ response_text =media_url
64
  elif ('weather' in incoming_msg.lower()) or ('climate' in incoming_msg.lower()) or ('temperature' in incoming_msg.lower()):
65
  response_text=get_weather(incoming_msg.lower())
66
  elif 'bookkeeping' in incoming_msg: