Spaces:
Sleeping
Sleeping
Update src/about.py
Browse files- 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 =
|
|
|
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)}
|