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...
f98fb68
sn1
/
hello_world.py
steffenc
HELLO
f98fb68
almost 2 years ago
raw
Copy download link
history
blame
212 Bytes
import
streamlit
as
st
import
pandas
as
pd
import
os
import
re
import
time
from
.utils
import
get_runs, download_data, get_list_col_lengths, explode_data
import
.plotting
as
plotting
st.write(
'HELLO BOITCHES'
)