Summary
I am looking to deploy a streamlit app from a docker container and with my system, I don’t have access to the command line when the app is deployed. Basically, I want a way to bypass the “Welcome to Streamlit” message that runs when I run the “streamlit run” command.
I see in the past that this was possible using the config.toml file with the following configuration:
[general]
email=“”
But now, I can’t seem to find that option anywhere.
Any information would be greatly appreciated – and if there is a way to do this, it would be great if it was more clearly laid out in the documentation. Thank you!