PSW99 commited on
Commit
6ca6d8b
·
1 Parent(s): 244c5dd
Files changed (1) hide show
  1. app.py +11 -0
app.py CHANGED
@@ -25,6 +25,17 @@ def ade_palette():
25
  [78, 56, 123],
26
  [210, 32, 89],
27
  [90, 180, 56],
 
 
 
 
 
 
 
 
 
 
 
28
  ]
29
 
30
 
 
25
  [78, 56, 123],
26
  [210, 32, 89],
27
  [90, 180, 56],
28
+ [155, 102, 200],
29
+ [33, 147, 176],
30
+ [255, 183, 76],
31
+ [67, 123, 89],
32
+ [190, 60, 45],
33
+ [134, 112, 200],
34
+ [56, 45, 189],
35
+ [200, 56, 123],
36
+ [87, 92, 204],
37
+ [120, 56, 123],
38
+ [45, 78, 123],
39
  ]
40
 
41