AlGe commited on
Commit
3c72f0f
·
verified ·
1 Parent(s): 87aa7f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -32,8 +32,8 @@ class MPGPoster(Base):
32
  # Define brightness factors for shades
33
  factors = {
34
  "c50": 1.6, "c100": 1.4, "c200": 1.3,
35
- "c300": 1.2, "c400": 1, "c500": 0.7,
36
- "c600": 0.4, "c700": 0.35, "c800": 0.2,
37
  "c900": 0.15, "c950": 0.1
38
  }
39
  for shade, factor in factors.items():
 
32
  # Define brightness factors for shades
33
  factors = {
34
  "c50": 1.6, "c100": 1.4, "c200": 1.3,
35
+ "c300": 1.2, "c400": 1, "c500": 0.8,
36
+ "c600": 0.5, "c700": 0.35, "c800": 0.2,
37
  "c900": 0.15, "c950": 0.1
38
  }
39
  for shade, factor in factors.items():