I put a streamlit app on aws with which I upload a simple excel file that is read by pandas library. I activated the @st.cache_data decorator (previously it was st.experimental_memo with the option to suppress the warning), but unfortunately a warning appears.