State management

how can we store the state of a page in streamlit

Hi @Tejas_Chawda

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:

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.