Hi, how can I use my local streamlit page http://localhost:8501/ and showing that as a homepage on internet?
You can deploy you app on streamlit community cloud! Cloud • Streamlit
Hello @Parsova_Khayatan,
there are actually different ways to deploy your app and show it in the web.
The most common way is to use the Streamlit Cloud. This is very easy. You just need to:
-
Create a github repository with your code and with a requirements.txt file (where you’ll add your app dependencies)
-
Sign in https://streamlit.io/.
-
Connect the github repo with your streamlit account
-
Deploy your app linking to the github repo where you stored the code
-
You’ve done! Wait some minutes and the app will be deployed. You can set the app public from settings. You can even change your app subdomain, that will be finally something like: myapp.streamlit.app
This link provides useful info and details for all steps and some alternatives to streamlit cloud.
Hope this helps
Alex
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.