Moditha24 commited on
Commit
0a08883
·
verified ·
1 Parent(s): aa84d75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -7,7 +7,7 @@ import pickle
7
  import pandas as pd # Ensure pandas is imported for DataFrame operations
8
 
9
  # Load dataset
10
- df = pd.read_csv('dataset.xls') # Replace with the correct path to your dataset
11
 
12
  # Load the LabelEncoder and ColumnTransformer before prediction
13
  with open('label_encoder.pkl', 'rb') as f:
 
7
  import pandas as pd # Ensure pandas is imported for DataFrame operations
8
 
9
  # Load dataset
10
+ df = pd.read_excel('dataset.xls') # Replace with the correct path to your dataset
11
 
12
  # Load the LabelEncoder and ColumnTransformer before prediction
13
  with open('label_encoder.pkl', 'rb') as f: