Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -546,7 +546,7 @@ async def predict(image):
|
|
546 |
button_id = f"Dog {i+1}: More about {breed}"
|
547 |
buttons_html += f'<button class="breed-button" onclick="handle_button_click(\'{button_id}\')">{breed}</button>'
|
548 |
buttons.append(button_id)
|
549 |
-
buttons_html += '</div
|
550 |
dogs_info += buttons_html # new
|
551 |
|
552 |
else:
|
|
|
546 |
button_id = f"Dog {i+1}: More about {breed}"
|
547 |
buttons_html += f'<button class="breed-button" onclick="handle_button_click(\'{button_id}\')">{breed}</button>'
|
548 |
buttons.append(button_id)
|
549 |
+
buttons_html += '</div>'
|
550 |
dogs_info += buttons_html # new
|
551 |
|
552 |
else:
|