nesticot commited on
Commit
c97e7d6
·
1 Parent(s): db59c68

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -397,7 +397,7 @@ def server(input, output, session):
397
  'L'+str(n_2)+' PP%': '{:.0%}',
398
  'L'+str(n_3)+' PP%': '{:.0%}',
399
  'Roster%': '{:.0%}',
400
- },).background_gradient(cmap=co, subset=[x for x in cols if x.endswith('PP%')]+['Roster%']).hide_index()
401
 
402
  return df_style_bang
403
 
 
397
  'L'+str(n_2)+' PP%': '{:.0%}',
398
  'L'+str(n_3)+' PP%': '{:.0%}',
399
  'Roster%': '{:.0%}',
400
+ },).background_gradient(cmap=co, subset=[x for x in cols if x.endswith('PP%')]).hide_index()
401
 
402
  return df_style_bang
403