DawnC commited on
Commit
f5b655c
·
1 Parent(s): 3e45e7c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -295,7 +295,7 @@ async def predict(image):
295
  else:
296
  dogs_info += "<p>The image is unclear or the breed is not in the dataset. Please upload a clearer image.</p>"
297
 
298
- #dogs_info += '</div>'
299
 
300
  dogs_info += buttons_html
301
 
 
295
  else:
296
  dogs_info += "<p>The image is unclear or the breed is not in the dataset. Please upload a clearer image.</p>"
297
 
298
+ dogs_info += '</div>'
299
 
300
  dogs_info += buttons_html
301