Lesterchia174 commited on
Commit
3000545
·
verified ·
1 Parent(s): 5f00ed5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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) #, predicted_price_lr
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