St.text_input refreshing the whole page

Hi,

Is there any way to avoid st.text_input from updating the page when the value is changed? I’m trying to build a real time application that allows to save information during the run. Any help is much appreciated, thank you.

Hey @jimi
For this issue, st.session_state could be helpful
Checkout Session State - Streamlit Docs

Hope this helps :smiley:

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