Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -560,8 +560,6 @@ with tab5:
|
|
| 560 |
final_outcomes = players_only[['Player', 'Prop', 'Mean_Outcome', 'Imp Over', 'Over%', 'Imp Under', 'Under%', 'Bet?', 'Edge']]
|
| 561 |
|
| 562 |
final_outcomes = final_outcomes.sort_values(by='Edge', ascending=False)
|
| 563 |
-
|
| 564 |
-
final_outcomes = final_outcomes.set_index('Player')
|
| 565 |
|
| 566 |
with df_hold_container:
|
| 567 |
df_hold_container = st.empty()
|
|
|
|
| 560 |
final_outcomes = players_only[['Player', 'Prop', 'Mean_Outcome', 'Imp Over', 'Over%', 'Imp Under', 'Under%', 'Bet?', 'Edge']]
|
| 561 |
|
| 562 |
final_outcomes = final_outcomes.sort_values(by='Edge', ascending=False)
|
|
|
|
|
|
|
| 563 |
|
| 564 |
with df_hold_container:
|
| 565 |
df_hold_container = st.empty()
|