Multichem commited on
Commit
53cb0c1
·
verified ·
1 Parent(s): fa88bcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -621,6 +621,8 @@ with tab6:
621
 
622
  player_outcomes['Player'] = hold_file[['Player']]
623
  player_outcomes['Team'] = players_only['Player'].map(team_dict)
 
 
624
 
625
  final_outcomes = player_outcomes[['Player', 'Team', 'book', 'Prop', 'Mean_Outcome', 'Imp Over', 'Over%', 'Imp Under', 'Under%', 'Bet?', 'Edge']]
626
 
 
621
 
622
  player_outcomes['Player'] = hold_file[['Player']]
623
  player_outcomes['Team'] = players_only['Player'].map(team_dict)
624
+
625
+ st.table(player_outcomes.head(10))
626
 
627
  final_outcomes = player_outcomes[['Player', 'Team', 'book', 'Prop', 'Mean_Outcome', 'Imp Over', 'Over%', 'Imp Under', 'Under%', 'Bet?', 'Edge']]
628