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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("#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")
 
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")