Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
353 |
-
|
354 |
-
|
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',
|