I have been trying to remove the welcome message that presents itself after streamlit run app.py. It blocks the app from progressing whenever I run my app inside docker or IIS. I am unsure how to go about removing this or bypassing it as non of the ways people have recommended have worked.
I have tried making a .streamlit/credentials.toml file with [general] email = ββ blank and non blank but neither do anything.
I have also tried running streamlit run app.py > NUL but that does not do anything either.
Any help would be great