ntam0001 commited on
Commit
f76e97e
1 Parent(s): 8f71a16

Update app.py

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