Multichem commited on
Commit
496250b
1 Parent(s): b8fd314

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -407,7 +407,9 @@ with tab5:
407
 
408
  leg_outcomes = players_only[['Player', 'Prop type', 'Prop', 'Mean_Outcome', 'Imp Over', 'Over%', 'Imp Under', 'Under%', 'Bet?', 'Edge']]
409
 
410
- final_outcomes = pd.concat([sim_all_hold, leg_outcomes], ignore_index=True)
 
 
411
 
412
  elif prop_type_var != 'Sim all':
413
  if prop_type_var == "points":
 
407
 
408
  leg_outcomes = players_only[['Player', 'Prop type', 'Prop', 'Mean_Outcome', 'Imp Over', 'Over%', 'Imp Under', 'Under%', 'Bet?', 'Edge']]
409
 
410
+ sim_all_hold = pd.concat([sim_all_hold, leg_outcomes], ignore_index=True)
411
+
412
+ final_outcomes = sim_all_hold
413
 
414
  elif prop_type_var != 'Sim all':
415
  if prop_type_var == "points":