Spaces:
Running
Running
Update app.py
Browse files
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,
|
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 |
|