Streamlit is an open-source Python library that allows developers and data scientists to create web applications for data exploration and visualization with minimal effort. 

It Streamlit Community Cloud, on the other hand, is a platform provided by Streamlit for deploying and sharing Streamlit apps in the cloud. It allows users to host their Streamlit apps without the need to set up and manage their own infrastructure. Agenda

 • Create a simple Streamlit app 

• Set up an account on Community Cloud 

• Connect your account to GitHub 

• Create a GitHub repo for your app 

• Deploy your app in a few clicks

Why deploy your apps to the internet?

Deploying your apps to the internet allows users to access them from a web browser—without having to set up a coding environment and installing dependencies.

You have two options

 Manually set up a virtual private server for deploying your app.

💓👆  Host the app in a GitHub repository and deploy it to a cloud platform.