Hi,
I have build a streamlit web app for visualization and computation of data from excel file.
I have created a separate activity (Effort duration) when selected opens the page which allows users to upload excel files with pre defined columns and on selecting a checklist (say compute metrics or display data) it performs the action.
In certain times, I experienced that upon uploading more than 3 or 4 excel files it goes back to default page (original page after opening the app).
Is it due to my web browser cache build up or due to some internal error causing the problem?