Streamlit documentation

Streamlit is an open-source Python framework for data scientists and AI/ML engineers to deliver dynamic data apps with only a few lines of code. Build and deploy powerful data apps in minutes. Let's get started!

rocket_launch

Get started with Streamlit! Set up your development environment and learn the fundamental concepts, and start coding!

description

Develop your Streamlit app! Our API reference explains each Streamlit function with examples. Dive deep into all of our features with conceptual guides. Try out our step-by-step tutorials.

cloud

Deploy your Streamlit app! Streamlit Community Cloud our free platform for deploying and sharing Streamlit apps. Streamlit in Snowflake is an enterprise-class solution where you can house your data and apps in one, unified, global system. Explore all your options!

school

Knowledge base is a self-serve library of tips, tricks, and articles that answer your questions about creating and deploying Streamlit apps.

call_split

Parallel fragments

Set parallel=True on st.fragment to run independent fragments concurrently during full-app reruns.

cached

Background cache refresh

Refresh expired cached values in the background while your app continues serving the previous value.

smart_button

ButtonColumn

Add clickable buttons to st.dataframe and st.data_editor to trigger actions from a row.

settings

Advanced app configuration

Use st.App to configure custom HTTP routes, middleware, lifecycle hooks, and ASGI integrations.

table_rows

Lazy-loading dataframes

Large dataframes load rows on demand, keeping the browser responsive as users scroll or sort.

touch_app

Dynamic containers

st.tabs, st.expander, and st.popover can track open/closed state and trigger reruns with the on_change parameter.

View all updates

Join the community

Streamlit is more than just a way to make data apps, it's also a community of creators that share their apps and ideas and help each other make their work better. Please come join us on the community forum. We love to hear your questions, ideas, and help you work through your bugs — stop by today!

View forum

Other Media