I met the same problem, try to edit the config file.
# .streamlit/config.toml
[server]
headless = true
How to run a containerized streamlit app in a headless/noninteractive mode?
I met the same problem, try to edit the config file.
# .streamlit/config.toml
[server]
headless = true
How to run a containerized streamlit app in a headless/noninteractive mode?