Spaces:
Runtime error
Runtime error
File size: 138 Bytes
fcc16aa |
1 2 3 4 5 6 |
import streamlit.components.v1 as components
on_click_graph = components.declare_component(
"on_click_graph",
path="./frontend"
) |