Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ class MPGPoster(Base):
|
|
48 |
),
|
49 |
):
|
50 |
primary_hue = MPGPoster.create_color_shades("#f47317")
|
51 |
-
background_hue = MPGPoster.create_color_shades("#
|
52 |
secondary_dark_hue = MPGPoster.create_color_shades("#006c66")
|
53 |
secondary_light_hue = MPGPoster.create_color_shades("#6ad5bc")
|
54 |
tertiary_highlight_hue = MPGPoster.create_color_shades("#fbf22c")
|
|
|
48 |
),
|
49 |
):
|
50 |
primary_hue = MPGPoster.create_color_shades("#f47317")
|
51 |
+
background_hue = MPGPoster.create_color_shades("#006c66") ##f6f6f6ff
|
52 |
secondary_dark_hue = MPGPoster.create_color_shades("#006c66")
|
53 |
secondary_light_hue = MPGPoster.create_color_shades("#6ad5bc")
|
54 |
tertiary_highlight_hue = MPGPoster.create_color_shades("#fbf22c")
|