hydralit
hydralit copied to clipboard
AttributeError: st.session_state has no attribute "allow_access".
After copy-pasting Lightening Example and run, I got this: AttributeError: st.session_state has no attribute "allow_access".
Yeah i got the same!
I did it in VCS, and i just pressed the run button, and i would get that error.
Instead, do streamlit run main.py (where main.py is the file name, or replace it with anything)
Hope that helps!