Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
milindkamat0507
/
NAVBAR
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
NAVBAR
/
pages
/
streamlit.py
Milind Kamat
first commit
2e28542
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
102 Bytes
import
streamlit
as
st
st.title(
'Streamlit Page'
)
st.write(
'This is the Streamlit page content'
)