Remove streamlit welcome message on Windows

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?

3 Likes