GastinoKuros commited on
Commit
02fdb73
1 Parent(s): d695cc7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ parking_options = [0, 1, 2, 3] # Replace with actual options
41
  type_bhk_options = [0.5, 1, 2, 3, 4, 5] # Replace with actual options
42
 
43
  inputs = [
44
- gr.inputs.Textbox(label="Locality"),
45
  gr.inputs.Slider(0, 10, step=1, default=1, label="Balconies"),
46
  gr.inputs.Slider(1, 5, step=1, default=1, label="Bathrooms"),
47
  gr.inputs.Dropdown(furnishing_options, label="Furnishing Description"),
 
41
  type_bhk_options = [0.5, 1, 2, 3, 4, 5] # Replace with actual options
42
 
43
  inputs = [
44
+ gr.Textbox(label="Locality"),
45
  gr.inputs.Slider(0, 10, step=1, default=1, label="Balconies"),
46
  gr.inputs.Slider(1, 5, step=1, default=1, label="Bathrooms"),
47
  gr.inputs.Dropdown(furnishing_options, label="Furnishing Description"),