Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
flax-community
/
koclip
like
13
Build error
App
Files
Files
Community
main
koclip
/
intro.py
jaketae
feature: add intro page, cleanup descriptions
a811816
over 3 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
103 Bytes
import
streamlit
as
st
def
app
(
*args
):
with
open
(
"intro.md"
)
as
f:
st.markdown(f.read())