I have recently purchased a domain named (snakeshares.live) and i want to deploy it on streamlit sharing(i.e community cloud) but i don’t want any subdomain like streamlit.app I just want users to see my domain i.e snakeshares.live how can i do it?
You should be able to add the app in an iframe on a site on your domain. You can set the src attribute to point to the app’s URL with the query parameter embed=true.
Go to the “Settings” tab of your repository. Scroll down to the “Pages” section on the left sidebar. Under “Source,” select the branch you want to use for GitHub Pages (typically main or master) and the folder (usually /root for the main directory). Click “Save.” In the same “Pages” section, you can set a custom domain by entering in the “Custom domain” field.
GitHub Pages will automatically create a CNAME file in your repository with your custom domain.
Go to your DNS settings. Add the following A records:(add it individually) Host: @ Points to: 185.199.108.153 185.199.109.153 185.199.110.153 185.199.111.153