eagle0504's picture
app updated
746d2f1

A newer version of the Streamlit SDK is available: 1.48.1

Upgrade
metadata
title: Deployment concepts
slug: /deploy/concepts

Deployment concepts

Learn the fundamental concepts of app deployment. There are three main processes involved in deploying apps.

  • Install Python, Streamlit, and other dependencies in your deployment environment.
  • Securely handle your secrets and private information.
  • Remote start your app (streamlit run).

If you're using Streamlit Community Cloud, we'll do most of the work for you!

Understand the basics of configuring your deployment environment. Understand the basics of secret management.