Spaces:
Sleeping
Sleeping
Update run.py
Browse files
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=
|
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")
|