Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -257,7 +257,7 @@ async def predict(image):
|
|
257 |
single_dog_color = '#34C759' # 清爽的綠色作為單狗顏色
|
258 |
color_list = [
|
259 |
'#FF5733', # 珊瑚紅
|
260 |
-
'#
|
261 |
'#3357FF', # 寶藍色
|
262 |
'#FF33F5', # 粉紫色
|
263 |
'#FFB733', # 橙黃色
|
@@ -529,7 +529,9 @@ async def predict(image):
|
|
529 |
text-align: center;
|
530 |
}}
|
531 |
|
532 |
-
.akc-button
|
|
|
|
|
533 |
display: inline-flex;
|
534 |
align-items: center;
|
535 |
padding: 14px 28px; /* 稍微加大按鈕尺寸 */
|
@@ -547,7 +549,9 @@ async def predict(image):
|
|
547 |
border: 1px solid rgba(255,255,255,0.1);
|
548 |
}}
|
549 |
|
550 |
-
.akc-button:hover
|
|
|
|
|
551 |
background: linear-gradient(145deg, #003F7F, #00509E);
|
552 |
transform: translateY(-2px);
|
553 |
color: white;
|
|
|
257 |
single_dog_color = '#34C759' # 清爽的綠色作為單狗顏色
|
258 |
color_list = [
|
259 |
'#FF5733', # 珊瑚紅
|
260 |
+
'#28A745', # 深綠色
|
261 |
'#3357FF', # 寶藍色
|
262 |
'#FF33F5', # 粉紫色
|
263 |
'#FFB733', # 橙黃色
|
|
|
529 |
text-align: center;
|
530 |
}}
|
531 |
|
532 |
+
.akc-button,
|
533 |
+
.breed-section .akc-link,
|
534 |
+
.breed-option .akc-link {{
|
535 |
display: inline-flex;
|
536 |
align-items: center;
|
537 |
padding: 14px 28px; /* 稍微加大按鈕尺寸 */
|
|
|
549 |
border: 1px solid rgba(255,255,255,0.1);
|
550 |
}}
|
551 |
|
552 |
+
.akc-button:hover,
|
553 |
+
.breed-section .akc-link:hover,
|
554 |
+
.breed-option .akc-link:hover {{
|
555 |
background: linear-gradient(145deg, #003F7F, #00509E);
|
556 |
transform: translateY(-2px);
|
557 |
color: white;
|