Neurolingua commited on
Commit
ca95c4e
·
verified ·
1 Parent(s): 439aaf4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ def whatsapp_webhook():
59
  bd=extract_text_from_image(filepath)
60
  if bd!='':
61
  bookdata=booktask(bd+bookdata)
62
- response_test="Your report for bookkeeping saved successfully."
63
  elif 'none' not in filepath:
64
  if predict_disease(filepath):
65
 
 
59
  bd=extract_text_from_image(filepath)
60
  if bd!='':
61
  bookdata=booktask(bd+bookdata)
62
+ response_text="Your report for bookkeeping saved successfully."
63
  elif 'none' not in filepath:
64
  if predict_disease(filepath):
65