Update app.py
Browse files
app.py
CHANGED
|
@@ -308,6 +308,8 @@ def server(input, output, session):
|
|
| 308 |
end_date = end_date,
|
| 309 |
game_type = [input.type_input()])
|
| 310 |
|
|
|
|
|
|
|
| 311 |
try:
|
| 312 |
df = (stuff_apply.stuff_apply(fe.feature_engineering(update.update(scrape.get_data_df(data_list = data_list).filter(
|
| 313 |
(pl.col("pitcher_id") == player_input)&
|
|
|
|
| 308 |
end_date = end_date,
|
| 309 |
game_type = [input.type_input()])
|
| 310 |
|
| 311 |
+
data_list = scrape.get_data(game_list_input = game_list[:])
|
| 312 |
+
|
| 313 |
try:
|
| 314 |
df = (stuff_apply.stuff_apply(fe.feature_engineering(update.update(scrape.get_data_df(data_list = data_list).filter(
|
| 315 |
(pl.col("pitcher_id") == player_input)&
|