Summary
Congratulations! You deployed your first web application, and now, anybody can access it and enjoy it just by using the URL you specified!
If you look back now, you can consider how far we’ve come together. Starting from a real empty file in an empty folder, we have built up a complete web application with a lot of features.
The point is that this new web application only lives in the developer’s computer or private network unless it’s deployed to the cloud.
Deploying it to the cloud is what we learned to do in this chapter. App deployment is the real “big thing” since we can make our creations accessible anywhere!
Making changes and improvements to what we have already deployed is very easy since we can simply modify the code according to the new ideas, test it, and upload it to the GitHub repository. After that, in a very magical way, Streamlit Share will automatically update the deployment seamlessly.
We can upload the code...