Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
sharangrav24
/
testspaceGroupA
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
testspaceGroupA
/
app.py
KrSharangrav
streamlit app
1a14998
about 2 months ago
raw
Copy download link
history
blame
contribute
delete
Safe
49 Bytes
import
streamlit
as
st
st.write(
"Hello World!!!"
)