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