You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to update the tags upon a button click event but the tags are not getting updated.
I have a list of tags that I define at the start and then upon clicking the button this list gets updated but st_tags component does not update the tags. Below is the script I am using:
Hi,
So the tags that are supplied cannot be changed as it takes static input only because the tags we provide are just starting points since we have a manual input method the I choose not to have it updated every time to maintain the stability of streamlit-tags
To do something like this we can input them manually from the UI.
I am trying to update the tags upon a button click event but the tags are not getting updated.
I have a list of tags that I define at the start and then upon clicking the button this list gets updated but
st_tags
component does not update the tags. Below is the script I am using:st.multiselect
does update the options upon clicking the button.Any way I can achieve this with
st_tags
? 😄Thanks in advance!
The text was updated successfully, but these errors were encountered: