Neurolingua commited on
Commit
a1c7c07
1 Parent(s): 5bb552f

Update app.py

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