how can we store the state of a page in streamlit
You can use session state to store variables which in turn is saved and can be used across pages in a multipage app.
More info and code snippets are provided in the Docs:
how can we store the state of a page in streamlit
You can use session state to store variables which in turn is saved and can be used across pages in a multipage app.
More info and code snippets are provided in the Docs: