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