Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -879,6 +879,16 @@ async def predict(image):
|
|
879 |
.uncertainty-mode .breed-content {{
|
880 |
font-size: 1.1rem; /* 增加字體大小 */
|
881 |
}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
882 |
</style>
|
883 |
{dogs_info}
|
884 |
"""
|
|
|
879 |
.uncertainty-mode .breed-content {{
|
880 |
font-size: 1.1rem; /* 增加字體大小 */
|
881 |
}}
|
882 |
+
|
883 |
+
.description-section,
|
884 |
+
.description-section p,
|
885 |
+
.temperament-section,
|
886 |
+
.temperament-section .value,
|
887 |
+
.info-item,
|
888 |
+
.info-item .value,
|
889 |
+
.breed-content {{
|
890 |
+
font-size: 1.1rem !important; /* 使用 !important 確保覆蓋其他樣式 */
|
891 |
+
}}
|
892 |
</style>
|
893 |
{dogs_info}
|
894 |
"""
|