Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Anne31415
/
Public_BookBot
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
44c0e78
Public_BookBot
/
my_component.py
Anne31415
Create my_component.py
2cf567d
over 1 year ago
raw
Copy download link
history
blame
Safe
130 Bytes
import
streamlit.components.v1
as
components
def
my_component
():
components.html(
open
(
"my_component.html"
).read(), height=
0
)