Update app.py
Browse files
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,
|