Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -395,7 +395,7 @@ def server(input, output, session):
|
|
395 |
# print(i)
|
396 |
# cols.remove(i)
|
397 |
|
398 |
-
# df_style_bang = top_d_score.head(10).style.background_gradient(cmap=co, subset=['L'+str(n_1)+' PP%','L'+str(n_2)+' PP%','L'+str(n_3)+' PP%','Roster%']).hide_index().set_properties(**{'Height': '12px'},**{'text-align': 'center'}).set_table_styles([{
|
399 |
# 'selector': 'caption',
|
400 |
# 'props': [
|
401 |
# ('color', ''),
|
|
|
395 |
# print(i)
|
396 |
# cols.remove(i)
|
397 |
|
398 |
+
# df_style_bang = top_d_score.head(10).style.background_gradient(cmap=co, subset=['L'+str(n_1)+' PP%','L'+str(n_2)+' PP%','L'+str(n_3)+' PP%','Roster%'],vmin=0,vmax=1).hide_index().set_properties(**{'Height': '12px'},**{'text-align': 'center'}).set_table_styles([{
|
399 |
# 'selector': 'caption',
|
400 |
# 'props': [
|
401 |
# ('color', ''),
|