Using st.session_state in a streamlit web application that has been packaged into an .exe file
I used PyInstaller to package my streamlit python web application into an .exe file. However, I ran into some issues while trying to open my exe file (main.exe). If I click on the .exe file, I get the following error: Session state does not function when running a script without streamlit run