Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
whitphx
/
streamlit-1.19-test
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
streamlit-1.19-test
/
app.py
whitphx
HF Staff
Create app.py
c65405b
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
47 Bytes
import
streamlit
as
st
st.write(
"Hello World"
)