Spaces:
Build error
Build error
shanmukakomal commited on
Commit ·
7c8b249
1
Parent(s): f09667c
update
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ def load_and_preprocess_data(filename):
|
|
| 22 |
|
| 23 |
return X, y_college, y_branch, label_encoders, df
|
| 24 |
|
| 25 |
-
filename = "
|
| 26 |
X, y_college, y_branch, label_encoders, df = load_and_preprocess_data(filename)
|
| 27 |
|
| 28 |
# Train model and evaluate metrics
|
|
|
|
| 22 |
|
| 23 |
return X, y_college, y_branch, label_encoders, df
|
| 24 |
|
| 25 |
+
filename = "AP_EAMCET_Engineering_10000 (1).csv"
|
| 26 |
X, y_college, y_branch, label_encoders, df = load_and_preprocess_data(filename)
|
| 27 |
|
| 28 |
# Train model and evaluate metrics
|