DawnC commited on
Commit
59780bf
1 Parent(s): d15c1f9

Update html_templates.py

Browse files
Files changed (1) hide show
  1. 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', # 深綠色