Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -33,7 +33,7 @@ def predict(inning, game_id):
|
|
| 33 |
|
| 34 |
# print(df_home)
|
| 35 |
|
| 36 |
-
df_main = pd.read_csv("
|
| 37 |
df_main = df_main.drop(columns=['Opp_LOB'])
|
| 38 |
df_main = df_main[(df_main['Inning'] <= inning)]
|
| 39 |
|
|
|
|
| 33 |
|
| 34 |
# print(df_home)
|
| 35 |
|
| 36 |
+
df_main = pd.read_csv("Score_prediction_dataset_25th_August_TS_3seas.csv")
|
| 37 |
df_main = df_main.drop(columns=['Opp_LOB'])
|
| 38 |
df_main = df_main[(df_main['Inning'] <= inning)]
|
| 39 |
|