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...
5b0c979
test1
/
app.py
roadlabs
Update app.py
5b0c979
over 2 years ago
raw
Copy download link
history
blame
Safe
103 Bytes
import
streamlit
as
st
st.title(
"aaa"
)
st.markdown(
"""
# aaa
* 1
* 2
* 3
"""
)
f = st.file_uploader()