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...
6a4ccf0
sn1
/
opendashboards
/
hello_world.py
unconst
add __init__.py
6a4ccf0
about 2 years ago
raw
Copy download link
history
blame
82 Bytes
import
streamlit
as
st
from
utils.utils
import
get_data
st.write(
'HELLO BOITCHES'
)