Multichem commited on
Commit
9b77663
·
1 Parent(s): 496250b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
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()