Hi Guys! (sorry me again, I’m on a roll with questions today! )
I’m trying to upload tabular data from the file uploader.
Despite using the cache decorator @st.cache the way Andfanilo described it here, each I move anything (sliders, multi select etc…, see video below), data seems to be constantly re-uploading, which makes the app completely unsuable with any csv with a size greater than 3MB.
Hello!
I am having the exact same issue with my app - it doesn’t seem to cache the uploaded file when I do st.write() - it loads the table every single change, which isn’t feasible.
I tried the code snippet from here as well, but no luck.
Any idea?
This triggers a reload every time I change something. If I remove st.write(df), it does seem to cache the data…so not sure about this one.
Any help is appreciated!