April 2026
Intermediate
395 pages
13h 22m
English
We’ll use the app we developed previously and focus now only on the deployment steps, which are just a few in number:
Creating a GitHub repository
Creating a new app at https://streamlit.io/
Let’s start with the creation of a GitHub repository. With Heroku, the service has automatically set up a Git repository. However, with Streamlit, we need to take care of managing GitHub ourselves.
Managing GitHub is outside the scope of this book, so we’ll only roughly sketch out the steps you need to take. If you’re not familiar with GitHub and Git repositories, we highly recommend learning this skillset, which is essential to nearly every workflow in real-life projects. One good resource ...
Read now
Unlock full access