Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
osaaso
/
csdh
like
0
Runtime error
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
main
csdh
/
app.py
osaaso
Update app.py
c8f2b68
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
167 Bytes
import
streamlit
as
st
import
streamlit.components.v1
as
components
# embed streamlit docs in a streamlit app
components.iframe(
"https://docs.streamlit.io/en/latest"
)