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