Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -311,7 +311,7 @@ def predict_hdb_price(town, flat_type, flat_model, floor_area_sqm, storey_level,
|
|
| 311 |
insights += "❌ Limited financing options"
|
| 312 |
|
| 313 |
# Create chart with both predictions
|
| 314 |
-
chart = create_market_insights_chart(data, user_input, predicted_price_xgb
|
| 315 |
|
| 316 |
return f"${final_price:,.0f}", chart, insights
|
| 317 |
|
|
|
|
| 311 |
insights += "❌ Limited financing options"
|
| 312 |
|
| 313 |
# Create chart with both predictions
|
| 314 |
+
chart = create_market_insights_chart(data, user_input, predicted_price_xgb, predicted_price_lr)
|
| 315 |
|
| 316 |
return f"${final_price:,.0f}", chart, insights
|
| 317 |
|