Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
RMHalak
/
house-pricing-v1
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
RMHalak
commited on
Sep 3, 2024
Commit
9c0a0da
·
verified
·
1 Parent(s):
68a1d92
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -332,6 +332,6 @@ with col2:
332
'longitude': [-122.2218]
333
})
334
335
-
st.map(map_data)
336
337
332
'longitude': [-122.2218]
333
})
334
335
+
st.map(map_data
, zoom=11
)
336
337