Schluca / streamlit_tree_select

A simple and elegant checkbox tree for Streamlit.
MIT License
88 stars 10 forks source link

How can I put this tree-select in sidebar #19

Open starxiang opened 4 months ago

starxiang commented 4 months ago

I want to put this tree-select in sidebar, however, I cannot call the st.sidebar.****

Can anyone help me, I am a newer to Streamlit.

Thanks

wuhuanyan commented 4 months ago
with st.sidebar:
    return_tree = tree_select(nodes)