nesticot commited on
Commit
49de2a2
·
1 Parent(s): 13ec64c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -443,7 +443,7 @@ def server(input, output, session):
443
  'L'+str(n_2)+' PP%': '{:.0%}',
444
  'L'+str(n_3)+' PP%': '{:.0%}',
445
  'Roster%': '{:.0%}',
446
- },).background_gradient(cmap=co, subset=[x for x in cols if x.endswith('PP%')]).hide_index().background_gradient(cmap=co,vmin=0.2,vmax=0.7, subset=[x for x in cols if x.endswith('PP%')])
447
 
448
  return df_style_bang
449
 
 
443
  'L'+str(n_2)+' PP%': '{:.0%}',
444
  'L'+str(n_3)+' PP%': '{:.0%}',
445
  'Roster%': '{:.0%}',
446
+ },).background_gradient(cmap=co, subset=[x for x in cols if x.endswith('PP%')]).hide_index().background_gradient(cmap=co,vmin=0.0,vmax=0.7, subset=[x for x in cols if x.endswith('PP%')])
447
 
448
  return df_style_bang
449