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