EdBoy2202 commited on
Commit
4db8913
·
verified ·
1 Parent(s): 5f1c654

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -212,8 +212,8 @@ if image is not None:
212
  'year': year
213
  }
214
 
215
- price = predict_price(model, label_encoders, categorical_features, user_input)
216
- predicted_prices.append(price)
217
 
218
  # Plotting the results
219
  plt.figure(figsize=(10, 5))
 
212
  'year': year
213
  }
214
 
215
+ price = predict_price(model, label_encoders, categorical_features, user_input)
216
+ predicted_prices.append(price)
217
 
218
  # Plotting the results
219
  plt.figure(figsize=(10, 5))