Hachem commited on
Commit
64c8f4a
·
verified ·
1 Parent(s): c194df9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ def process_image(image):
143
  ]
144
  }
145
  else:
146
- energy_info = {}
147
  data=product_info
148
 
149
  if API==1:
 
143
  ]
144
  }
145
  else:
146
+ energy_info = {"Info":"Product information not found in our database"}
147
  data=product_info
148
 
149
  if API==1: