Shortheadband commited on
Commit
11c4429
·
verified ·
1 Parent(s): d4cd564

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import os
7
 
8
  # --- Load Dataset ---
9
  # Make sure you upload your CSV into the Space with the same name
10
- df = pd.read_csv("course_history_with_difficulty.csv")
11
 
12
  # Convert True/False into integers for modeling
13
  df["AP"] = df["AP"].astype(int)
 
7
 
8
  # --- Load Dataset ---
9
  # Make sure you upload your CSV into the Space with the same name
10
+ df = pd.read_csv("course_history_cleaned.csv")
11
 
12
  # Convert True/False into integers for modeling
13
  df["AP"] = df["AP"].astype(int)