Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
joemaatouk
/
machine-learning-ui
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
e97acf0
machine-learning-ui
/
toolbar
/
__init__.py
katanaml
v1.0.0
e97acf0
about 2 years ago
raw
Copy download link
history
blame
Safe
163 Bytes
import
streamlit.components.v1
as
components
component_toolbar_buttons = components.declare_component(
name=
'component_toolbar_buttons'
,
path=
'./toolbar'
)