I’m developing a streamlit app to connect to a database and when the app is to be deployed, the intended users wont have any streamlit or python knowlegde. The app will only be hosted on a local server the user will log on to. I.e. not shared via heroku or streamlit sharing. I’d like to make the app as simple as possible so is there any way to hide the default streamlit drop down controls (see image) when deploying the app?