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