EdBoy2202 commited on
Commit
60d38be
·
verified ·
1 Parent(s): ea53bcc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -89,7 +89,7 @@ st.title("Auto Appraise")
89
  st.write("Capture a car image using your camera or upload an image to get its brand, model, overview, and expected price!")
90
 
91
  # Load the CSV file
92
- df = pd.read_csv('car_data.csv')
93
 
94
  # Load model and encoders
95
  model, label_encoders = load_model_and_encodings()
 
89
  st.write("Capture a car image using your camera or upload an image to get its brand, model, overview, and expected price!")
90
 
91
  # Load the CSV file
92
+ df = pd.read_csv('CTP_Model1.csv')
93
 
94
  # Load model and encoders
95
  model, label_encoders = load_model_and_encodings()