Hello,
I have tried every example I can find on the forums for preserving session state and all of them throw errors related to something the session class doesn’t contain. Is there a working example anywhere that will allow me to save session state using any method for streamlit version 0.63.1? Is the solution that this version or streamlit doesnt work yet and I need to use an older version? If so which version will allow me to save session state using any method that works?
- My use case is to have a checkbox in the sidebar.
- Check the box in the sidebar and have a new checkbox appear in the page.
- Click that new checkbox without have the whole page go blank or throw an error
I appreciate the help and hello everyone! Im new here and excited to see what this light weight web dev method can do!