Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
giswqs/Streamlit
davidmasip
/
Streamlit
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e38ae2e
Streamlit
/
apps
/
cesium.py
davidmasip
Duplicate from giswqs/Streamlit
e38ae2e
almost 2 years ago
raw
Copy download link
history
blame
Safe
173 Bytes
import
leafmap
import
streamlit
as
st
def
app
():
st.title(
"Cesium 3D Map"
)
html =
"data/html/sfo_buildings.html"
leafmap.cesium_to_streamlit(html, height=
800
)