Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -348,6 +348,8 @@ def server(input, output, session):
|
|
348 |
cols = top_d_score.columns.tolist();
|
349 |
|
350 |
for i in list(input.ignore_id()):
|
|
|
|
|
351 |
cols.remove(i)
|
352 |
|
353 |
# 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([{
|
|
|
348 |
cols = top_d_score.columns.tolist();
|
349 |
|
350 |
for i in list(input.ignore_id()):
|
351 |
+
print('we made it here')
|
352 |
+
print(i)
|
353 |
cols.remove(i)
|
354 |
|
355 |
# 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([{
|