I’m currently working on a project with streamlit cloud. I want to deploy my app on streamlit cloud but would like to use another URL instead of the .streamlit.app. Is this possible with streamlit cloud?
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.
@mathcatsand how would I go about configuring a Wix subdomain to redirect to my Streamlit app?
I’m doing some volunteer stuff for a local charity and we want our app to have a domain that’s under biepa.online, e.g. tread-lightly.biepa.online rather than tread-lightly.streamlit.app