Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Anustup
/
ref
like
0
Runtime error
App
Files
Files
Community
7f0af57
ref
/
pages
/
Info.py
Anustup
Upload 2 files
7f0af57
almost 2 years ago
raw
Copy download link
history
blame
Safe
220 Bytes
import
streamlit
as
st
from
app_utils.frontend_utils
import
build_sidebar
build_sidebar()
with
open
(
"README.md"
,
"r"
)
as
fin:
readme = fin.read().rpartition(
"---"
)[-
1
]
st.markdown(readme, unsafe_allow_html=
True
)