Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
roadlabs
/
test1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
dedd681
test1
/
app.py
roadlabs
Create app.py
dedd681
about 2 years ago
raw
Copy download link
history
blame
Safe
79 Bytes
import
streamlit
as
st
st.title(
"aaa"
)
st.markdown(
"""
# aaa
* 1
* 2
* 3
"""
)