Closed markusdr closed 5 months ago
How can I display the tree in a sidebar? It would be great if the following worked:
st.sidebar.title("Sidebar with tree") st.sidebar.tree_select(nodes)
Thanks!
I found that the following works:
with st.sidebar as sb: tree_select(nodes)
How can I display the tree in a sidebar? It would be great if the following worked:
Thanks!