Hello!
I have an app that renders some data read from a pickle file (with pandas: pd.read_pickle()) both in table form and graph.
When the data in the file gets modified, the updates donโt show on the front-end immediately, even after i refresh the page, but rather some hours later, or even the next day. The data gets updated when i restart the streamlit project though.
Any help/idea is welcome