nesticot commited on
Commit
c5ca604
·
1 Parent(s): 677c08e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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', ''),