ErickMVdO commited on
Commit
4a67ee0
1 Parent(s): cb7ab5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -228,7 +228,7 @@ def house_price(LotArea, LotFrontage, YearBuilt, GrLivArea, GarageArea):
228
  return predictions[0]
229
 
230
  iface = gr.Interface(
231
- fn=car_purchase,
232
  title="House Prices",
233
  allow_flagging="never",
234
  inputs=[
 
228
  return predictions[0]
229
 
230
  iface = gr.Interface(
231
+ fn=house_price,
232
  title="House Prices",
233
  allow_flagging="never",
234
  inputs=[