Streamlit stuck at running after subprocess.run call

Hi!
I got the code working, not sure what changed, but if someone in the future needs it, I’m using:
subprocess.run([“python”,“script.py”)
It seems earlier I was trying to run another streamlit run command.