Hello,
I am trying to see if I can use Streamlit to build an interactive app where the input is some state from a graph (e.g. maybe you select a point on a scatter plot). This input would be sent to a table which would then select a row from a table. My questions are:
- Is this doable?
- Is this doable without resorting to a library like Plotly?
If the answer(s) is yes, I would appreciate a pointer to an example app! I believe I can use the States and Callbacks, but I wasn’t able to find an example in the gallery where a change to figure is reflected in a different component.
Thanks