Nevidu commited on
Commit
05e2e83
·
verified ·
1 Parent(s): b06c327

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def predict(inning, game_id):
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
 
 
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