App in production

Hi

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?

Hi @Cubba2412, welcome to the Streamlit community!

We’re tracking this as a feature request on GitHub, but in the meantime, you could try hiding this menu using CSS:

Best,
Randy

1 Like

Hello Randy

Thank you. It seems like a lovely community.
Thanks for the provided link. It was just what I needed :smile:

1 Like