streamlit_tree_select
streamlit_tree_select copied to clipboard
html in label support
Now you can pass html as string in the label field for more customization For example
nodes = [
{"label": "<i>Folder A</i>", "value": "folder_a"}
]