Juan Acevedo commited on
Commit
e898041
·
1 Parent(s): ab479ab
Files changed (2) hide show
  1. app.py +1 -1
  2. clean_df.csv +0 -0
app.py CHANGED
@@ -9,7 +9,7 @@ import seaborn as sns
9
  pipeline = jb.load('final_pipe.joblib')
10
 
11
  # Load the dataset for cluster visualization and summary
12
- df = pd.read_csv('../data/clean_df.csv')
13
 
14
  # Function to predict the cluster for a new customer
15
  def predict_cluster(new_customer):
 
9
  pipeline = jb.load('final_pipe.joblib')
10
 
11
  # Load the dataset for cluster visualization and summary
12
+ df = pd.read_csv('clean_df.csv')
13
 
14
  # Function to predict the cluster for a new customer
15
  def predict_cluster(new_customer):
clean_df.csv ADDED
The diff for this file is too large to render. See raw diff