Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
apsys
/
hetfit
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
hetfit
/
pages
/
π€ Intro.py
apsys
ic
c176aea
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
167 Bytes
import
os
import
re
import
base64
from
pathlib
import
Path
import
streamlit
as
st
with
open
(
'intro.md'
,
'r'
)
as
f:
st.markdown(f.read(),unsafe_allow_html=
True
)