Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
nshastry
/
AIProgramming1
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
AIProgramming1
/
app.py
nshastry
Create app.py
950429a
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
50 Bytes
import
streamlit
as
st
st.markdown(
'Hello World'
)