Hi I’d like to create a UI to manage the creation of a graph with streamlit
and plotly
.
I think one approach is to create buttons such as “add node”, “delete node”, “create edge” and create corresponding input fields for them etc but the big thing I’d like to achieve is some kind of point and click functionality so for example:
- click a node and drag it to a new position
- click 2 nodes to select where to create an edge
- click a node and click delete
any guidance would be appreciated it