ltanada commited on
Commit
55d9960
1 Parent(s): 38d6db9

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +1 -1
run.py CHANGED
@@ -43,7 +43,7 @@ def filter_map(min_price, max_price, boroughs):
43
  with gr.Blocks() as demo:
44
  with gr.Column():
45
  with gr.Row():
46
- min_price = gr.Number(value=250, label="Minimum Price")
47
  max_price = gr.Number(value=1000, label="Maximum Price")
48
  boroughs = gr.CheckboxGroup(choices=["Queens", "Brooklyn", "Manhattan", "Bronx", "Staten Island"], value=["Queens", "Brooklyn"], label="Select Boroughs:")
49
  btn = gr.Button(value="Update Filter")
 
43
  with gr.Blocks() as demo:
44
  with gr.Column():
45
  with gr.Row():
46
+ min_price = gr.Number(value=500, label="Minimum Price")
47
  max_price = gr.Number(value=1000, label="Maximum Price")
48
  boroughs = gr.CheckboxGroup(choices=["Queens", "Brooklyn", "Manhattan", "Bronx", "Staten Island"], value=["Queens", "Brooklyn"], label="Select Boroughs:")
49
  btn = gr.Button(value="Update Filter")