mgyigit commited on
Commit
fe2782b
·
verified ·
1 Parent(s): a176a73

Update src/about.py

Browse files
Files changed (1) hide show
  1. src/about.py +1 -1
src/about.py CHANGED
@@ -118,4 +118,4 @@ group_colors = [
118
  ]
119
 
120
  # Create a color dictionary from the labels and colors
121
- color_dict = dict(zip(display_labels, group_colors))
 
118
  ]
119
 
120
  # Create a color dictionary from the labels and colors
121
+ color_dict = {method.upper(): color for method, color in zip(display_labels, group_colors)}