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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ class MPGPoster(Base):
33
  factors = {
34
  "c50": 1.6, "c100": 1.4, "c200": 1.3,
35
  "c300": 1.2, "c400": 1, "c500": 0.7,
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():
 
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():