Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -375,7 +375,7 @@ def server(input, output, session):
|
|
375 |
|
376 |
|
377 |
top_d_score = test[(test.Team==input.team_id())].sort_values(by=['L'+str(n_1)+' PP%'],ascending=False).reset_index(drop=True)
|
378 |
-
|
379 |
if input.x():
|
380 |
top_d_score = top_d_score.dropna(axis='columns')
|
381 |
|
|
|
375 |
|
376 |
|
377 |
top_d_score = test[(test.Team==input.team_id())].sort_values(by=['L'+str(n_1)+' PP%'],ascending=False).reset_index(drop=True)
|
378 |
+
print(top_d_score)
|
379 |
if input.x():
|
380 |
top_d_score = top_d_score.dropna(axis='columns')
|
381 |
|