nesticot commited on
Commit
59e6679
·
1 Parent(s): f746204

Update app.py

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