AlGe commited on
Commit
25d9210
·
verified ·
1 Parent(s): fcf2b14

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -16,6 +16,7 @@ class MPGPoster(Base):
16
  # Manually define shades for each color
17
  # This is an example, adjust the shades according to your needs
18
  shades = {
 
19
  "c100": hex_color,
20
  "c200": hex_color, # Slightly lighter or darker
21
  "c300": hex_color,
 
16
  # Manually define shades for each color
17
  # This is an example, adjust the shades according to your needs
18
  shades = {
19
+ "c50": hex_color,
20
  "c100": hex_color,
21
  "c200": hex_color, # Slightly lighter or darker
22
  "c300": hex_color,