Hello, I’ve been using streamlit for proof of concept purposes. Currently I’m working on an application that creates a pandas dataframe based on some input data that comes from different widgets. When I’m on my test environment (localhost) it works correctly and the session state that stores the df keeps the data. But when I’m sharing the app on streamlit cloud, for some reason after a while it erases all the data inside the dataframe. Could this issue be related with a bad handled cache procedure?
Regards!

