The tree view of Project-Methods-Slices needs UI improvement. There are a few fitting custom components from streamlit contributes. They need to be evaluated whats the best fit for this use case. Promising Components: - https://github.com/Schluca/streamlit_tree_select - checkbox tree select - only multi select possible - there exist a Issue with a code suggestion for single node selection: https://github.com/Schluca/streamlit_tree_select/issues/1#issuecomment-2198328664 - https://github.com/gabriel-msilva/streamlit-arborist - file select from a dataframe input - this repository is only 2 weeks old/pretty new
The tree view of Project-Methods-Slices needs UI improvement.
There are a few fitting custom components from streamlit contributes. They need to be evaluated whats the best fit for this use case.
Promising Components:
https://github.com/Schluca/streamlit_tree_select
https://github.com/gabriel-msilva/streamlit-arborist