File size: 138 Bytes
18f2f54
 
 
 
 
 
1
2
3
4
5
6
import streamlit.components.v1 as components

on_click_graph = components.declare_component(
    "on_click_graph",
    path="./frontend"
)