Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -355,6 +355,7 @@ async def predict(image):
|
|
355 |
.breed-button {{ margin-right: 10px; margin-bottom: 10px; padding: 5px 10px; background-color: #4CAF50; color: white; border: none; border-radius: 3px; cursor: pointer; }}
|
356 |
</style>
|
357 |
{dogs_info}
|
|
|
358 |
|
359 |
"""
|
360 |
|
|
|
355 |
.breed-button {{ margin-right: 10px; margin-bottom: 10px; padding: 5px 10px; background-color: #4CAF50; color: white; border: none; border-radius: 3px; cursor: pointer; }}
|
356 |
</style>
|
357 |
{dogs_info}
|
358 |
+
{buttons_html}
|
359 |
|
360 |
"""
|
361 |
|