So I’m making a multipaged app in Streamlit, and the number input from the previous page gets used on the other one. I was wondering if there was a way to make sure number input still displays the saved data, because once I leave the page and come back, the number_input gives me 0. I’m really confused with session_state still, so anything will help! I think part of the issue is that I’m using session_state on the dictionaries I’m putting all of my variables in, and no the variables themselves.
Summary: I want my number_input to still display the user’s input number after I leave the page.