Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -539,7 +539,8 @@ async def predict(image):
|
|
539 |
text-decoration: none;
|
540 |
gap: 8px;
|
541 |
transition: all 0.3s ease;
|
542 |
-
font-weight:
|
|
|
543 |
}}
|
544 |
|
545 |
.akc-button:hover {{
|
@@ -634,15 +635,16 @@ async def predict(image):
|
|
634 |
}}
|
635 |
|
636 |
.akc-link {{
|
637 |
-
color:
|
638 |
text-decoration: none;
|
639 |
-
font-weight:
|
|
|
640 |
transition: all 0.3s ease;
|
641 |
}}
|
642 |
|
643 |
.akc-link:hover {{
|
644 |
text-decoration: underline;
|
645 |
-
color: #
|
646 |
}}
|
647 |
</style>
|
648 |
{dogs_info}
|
|
|
539 |
text-decoration: none;
|
540 |
gap: 8px;
|
541 |
transition: all 0.3s ease;
|
542 |
+
font-weight: 600;
|
543 |
+
font-size: 1.1em;
|
544 |
}}
|
545 |
|
546 |
.akc-button:hover {{
|
|
|
635 |
}}
|
636 |
|
637 |
.akc-link {{
|
638 |
+
color: white;
|
639 |
text-decoration: none;
|
640 |
+
font-weight: 600;
|
641 |
+
font-size: 1.1em;
|
642 |
transition: all 0.3s ease;
|
643 |
}}
|
644 |
|
645 |
.akc-link:hover {{
|
646 |
text-decoration: underline;
|
647 |
+
color: #D3E3F0;
|
648 |
}}
|
649 |
</style>
|
650 |
{dogs_info}
|