Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
|
|
|
|
|
|
| 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":
|