Replace .streamlit.app with domain name

We don’t have direct access to set vanity urls other than specifying a subdomain to streamlit.app.

However, if you are ok with losing verified security of the connection, you can use a masked redirect or a frame. You may need to append ?embed=True to the end of your app url in both cases.

3 Likes