mbabazif commited on
Commit
daf472c
1 Parent(s): 8b1f759

app.py File

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import joblib
4
  import os
5
 
6
  # Load the model and encoder
7
- SRC = os.path.abspath('/home/florence/Desktop/Capstone-Streamlit/Income-Prediction-App/SRC')
8
 
9
  # Construct full file paths
10
  pipeline_path = os.path.join(SRC, 'rfc_pipeline.joblib')
 
4
  import os
5
 
6
  # Load the model and encoder
7
+ SRC = os.path.abspath('./SRC')
8
 
9
  # Construct full file paths
10
  pipeline_path = os.path.join(SRC, 'rfc_pipeline.joblib')