Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ categorical_options = {
27
  }
28
 
29
  # --- 2. Load the trained model ---
30
- with open("elevator_model.pkl", "rb") as f:
31
  model = pickle.load(f)
32
 
33
  # --- 3. Define the prediction function ---
 
27
  }
28
 
29
  # --- 2. Load the trained model ---
30
+ with open("elevator_model(1).pkl", "rb") as f:
31
  model = pickle.load(f)
32
 
33
  # --- 3. Define the prediction function ---