Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -212,8 +212,8 @@ if image is not None:
|
|
212 |
'year': year
|
213 |
}
|
214 |
|
215 |
-
|
216 |
-
|
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))
|