Update app.py
Browse files
app.py
CHANGED
|
@@ -494,7 +494,7 @@ def server(input, output, session):
|
|
| 494 |
|
| 495 |
|
| 496 |
if input.level_input() == "MLB":
|
| 497 |
-
df_agg = update.update_summary_select(df=df_mlb_total.filter((pl.col('game_date')>=start_date)&(pl.col('game_date')<=end_date)),
|
| 498 |
selection=selection_list)
|
| 499 |
|
| 500 |
# elif input.level_input() == "AAA":
|
|
|
|
| 494 |
|
| 495 |
|
| 496 |
if input.level_input() == "MLB":
|
| 497 |
+
df_agg = update.update_summary_select(df=df_mlb_total.filter((pl.col('game_date')>=start_date)&(pl.col('game_date')<=end_date)&(pl.col('start_speed')>0)),
|
| 498 |
selection=selection_list)
|
| 499 |
|
| 500 |
# elif input.level_input() == "AAA":
|