Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
DataWizard9742
/
testingtest
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
testingtest
/
src
/
streamlit_app.py
DataWizard9742
Update src/streamlit_app.py
6a6af16
verified
8 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
66 Bytes
import
streamlit
as
st
st.title(
"Hello User"
)
st.write(
"ThankYou"
)