Update app.py
Browse files
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=
|
| 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=[
|