Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
nshastry
/
AIProgramming1
like
0
Sleeping
App
Files
Files
Community
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'
)