Hi, pycharm warns me that âSession state does not function when running a script without streamlit run
â when i run the project, but i have no plan to use it. Can it be solved?
If you want to use Streamlit in your script, youâll need to make sure that youâre running it using the streamlit run
command.
You can do this by running the following command in your terminal or command prompt:
streamlit run my_script.py
Are you attempting to run Streamlit in any other way(s)?
Best wishes,
Charly
Got it. Thanks for your reply!