Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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("
|
| 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)
|