Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
macrocosm-os
/
sn1
like
0
Paused
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
a101d82
sn1
/
opendashboards
/
hello_world.py
unconst
restructure
0c4c24e
about 2 years ago
raw
Copy download link
history
blame
83 Bytes
import
streamlit
as
st
from
.utils.utils
import
get_data
st.write(
'HELLO BOITCHES'
)