shanmukakomal commited on
Commit
7c8b249
·
1 Parent(s): f09667c
Files changed (1) hide show
  1. app.py +1 -1
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 = "/content/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
 
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