How to remove the running man + tool bar

Hi, anyone knows whats the easiest way to remove the running man and the tool bar on top of a Streamlit app? Essentially i dont want the running man nor the Stop button nor the 3 dots that open a menu in the deployed app. Thanks!

Update: Was able to do this by setting the config.toml file to:
[client]
toolbarMode = “minimal”

[ui]
hideTopBar = true

3 Likes