DawnC commited on
Commit
5e7e79e
·
1 Parent(s): 9cab5aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -552,7 +552,7 @@ async def predict(image):
552
  else:
553
  dogs_info += "<p>The image is unclear or the breed is not in the dataset. Please upload a clearer image.</p>"
554
 
555
- #dogs_info += '</div>'
556
 
557
  dogs_info += buttons_html
558
 
 
552
  else:
553
  dogs_info += "<p>The image is unclear or the breed is not in the dataset. Please upload a clearer image.</p>"
554
 
555
+ dogs_info += '</div>'
556
 
557
  dogs_info += buttons_html
558