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...
main
test1
/
app.py
roadlabs
Update app.py
8e8ae89
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
108 Bytes
import
streamlit
as
st
st.title(
"aaa"
)
st.markdown(
"""
# aaa
* 1
* 2
* 3
"""
)
f = st.file_uploader(
"aaa"
)