Update app.py
Browse files
app.py
CHANGED
@@ -28,8 +28,8 @@ def predict_price(total_sqft, bath, bhk, location):
|
|
28 |
# Create the Gradio interface
|
29 |
inputs = [
|
30 |
gr.Number(label="Total Square Feet"),
|
|
|
31 |
gr.Number(label="Bath"),
|
32 |
-
gr.Number(label="BHK"),
|
33 |
gr.Dropdown(choices=locations, label="Location")
|
34 |
]
|
35 |
|
|
|
28 |
# Create the Gradio interface
|
29 |
inputs = [
|
30 |
gr.Number(label="Total Square Feet"),
|
31 |
+
gr.Number(label="BHK [Bedroom, Hall, and Kitchen]"),
|
32 |
gr.Number(label="Bath"),
|
|
|
33 |
gr.Dropdown(choices=locations, label="Location")
|
34 |
]
|
35 |
|