nesticot commited on
Commit
975fccf
·
1 Parent(s): 61563d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -346,12 +346,12 @@ def server(input, output, session):
346
 
347
 
348
  cols = top_d_score.columns.tolist();
349
- print('we made it here',cols)
350
 
351
- for i in list(input.ignore_id()):
352
- print('we made it here')
353
- print(i)
354
- cols.remove(i)
355
 
356
  # 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([{
357
  # 'selector': 'caption',
 
346
 
347
 
348
  cols = top_d_score.columns.tolist();
349
+ # print('we made it here',cols)
350
 
351
+ # for i in list(input.ignore_id()):
352
+ # print('we made it here')
353
+ # print(i)
354
+ # cols.remove(i)
355
 
356
  # 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([{
357
  # 'selector': 'caption',