Change the state of an item from code?

Hey @cwerner, welcome to the forums! :tada:

Depending on your needings, you could solve that in many ways:

  1. Using an empty element
  2. Using st.cache()
  3. Using “Session State” as shown here

Please let us know if this helps you

1 Like