Spaces:
Running
Running
Update html_templates.py
Browse files- html_templates.py +1 -1
html_templates.py
CHANGED
@@ -22,7 +22,7 @@ def get_akc_breeds_link(breed: str) -> str:
|
|
22 |
|
23 |
def get_color_scheme(is_single_dog: bool) -> Union[str, List[str]]:
|
24 |
"""Get color scheme for dog detection visualization."""
|
25 |
-
single_dog_color = '#34C759' #
|
26 |
color_list = [
|
27 |
'#FF5733', # 珊瑚紅
|
28 |
'#28A745', # 深綠色
|
|
|
22 |
|
23 |
def get_color_scheme(is_single_dog: bool) -> Union[str, List[str]]:
|
24 |
"""Get color scheme for dog detection visualization."""
|
25 |
+
single_dog_color = '#34C759' # 適當淺度的綠色當作為單一品種的顏色
|
26 |
color_list = [
|
27 |
'#FF5733', # 珊瑚紅
|
28 |
'#28A745', # 深綠色
|