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 = ['#df7b55', '#2c7482', '#2c8234', '#5581df', '#822c63','#b355df']
|
9 |
|
10 |
return itertools.cycle(colors)
|
11 |
|