Creating and deploying apps from private repositories
One great feature of the Streamlit for Teams product is the ability to use Streamlit Sharing from private GitHub repositories. This works exactly the same as how we learned in Chapter 5, Deploying Streamlit with Streamlit Sharing, but from a private rather than a public repository. To make this change, you will need to have access to Streamlit Teams or get access from the Streamlit team (they might just let you try it out if you ask nicely!).
To create a private GitHub repo, head over to https://github.com/new and make sure to click the Private rather than Public option, as shown in the next screenshot:
And after we add our current code to our GitHub repository, we can deploy on Streamlit Sharing just as we normally would, by going over to https://share.streamlit.io and following the directions for one-click deployment. I have deployed this...