Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Chri12345
/
SDS1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
SDS1
/
app.py
Chri12345
Upload folder using huggingface_hub
4c1a7b5
verified
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
148 Bytes
import
streamlit
as
st
st.title(
"Welcome to the Mega Streamlit App!"
)
st.write(
"Use the sidebar to navigate to different sections of this app."
)