Spaces:
Sleeping
Sleeping
Update utils.py
Browse files
utils.py
CHANGED
@@ -5,7 +5,7 @@ import itertools
|
|
5 |
|
6 |
|
7 |
def get_color():
|
8 |
-
colors = ['#
|
9 |
|
10 |
return itertools.cycle(colors)
|
11 |
|
|
|
5 |
|
6 |
|
7 |
def get_color():
|
8 |
+
colors = ['#95EB00 ','##FF5733', '#900C3F', '#FFC300', '#C70039','#581845']
|
9 |
|
10 |
return itertools.cycle(colors)
|
11 |
|