streamlit 1.50.0


pip install streamlit

  Latest version

Released: Sep 23, 2025


Meta
Author: Snowflake Inc
Requires Python: >=3.9, !=3.9.7

Classifiers

Development Status
  • 5 - Production/Stable

Environment
  • Console
  • Web Environment

Intended Audience
  • Developers
  • Science/Research

License
  • OSI Approved :: Apache Software License

Programming Language
  • Python :: 3.9
  • Python :: 3.10
  • Python :: 3.11
  • Python :: 3.12
  • Python :: 3.13

Topic
  • Database :: Front-Ends
  • Office/Business :: Financial :: Spreadsheet
  • Scientific/Engineering :: Information Analysis
  • Scientific/Engineering :: Visualization
  • Software Development :: Libraries :: Application Frameworks
  • Software Development :: Widget Sets

Streamlit logo

Welcome to Streamlit ๐Ÿ‘‹

A faster way to build and share data apps.

What is Streamlit?

Streamlit lets you transform Python scripts into interactive web apps in minutes, instead of weeks. Build dashboards, generate reports, or create chat apps. Once youโ€™ve created an app, you can use our Community Cloud platform to deploy, manage, and share your app.

Why choose Streamlit?

  • Simple and Pythonic: Write beautiful, easy-to-read code.
  • Fast, interactive prototyping: Let others interact with your data and provide feedback quickly.
  • Live editing: See your app update instantly as you edit your script.
  • Open-source and free: Join a vibrant community and contribute to Streamlit's future.

Installation

Open a terminal and run:

$ pip install streamlit
$ streamlit hello

If this opens our sweet Streamlit Hello app in your browser, you're all set! If not, head over to our docs for specific installs.

The app features a bunch of examples of what you can do with Streamlit. Jump to the quickstart section to understand how that all works.

Streamlit Hello

Quickstart

A little example

Create a new file named streamlit_app.py in your project directory with the following code:

import streamlit as st
x = st.slider("Select a value")
st.write(x, "squared is", x * x)

Now run it to open the app!

$ streamlit run streamlit_app.py

Little example

Give me more!

Streamlit comes in with a ton of additional powerful elements to spice up your data apps and delight your viewers. Some examples:

Input widgets Dataframes Charts Layout Multi-page apps Fun

Our vibrant creators community also extends Streamlit capabilities using  ๐Ÿงฉ Streamlit Components.

Get inspired

There's so much you can build with Streamlit:

Check out our gallery! ๐ŸŽˆ

Community Cloud

Deploy, manage and share your apps for free using our Community Cloud! Sign-up here.

Resources

  • Explore our docs to learn how Streamlit works.
  • Ask questions and get help in our community forum.
  • Read our blog for tips from developers and creators.
  • Extend Streamlit's capabilities by installing or creating your own Streamlit Components.
  • Help others find and play with your app by using the Streamlit GitHub badge in your repository:
[![Streamlit App](https://static.streamlit.io/badges/streamlit_badge_black_white.svg)](URL_TO_YOUR_APP)

Streamlit App

Contribute

๐ŸŽ‰ Thanks for your interest in helping improve Streamlit! ๐ŸŽ‰

Before contributing, please read our guidelines here: https://github.com/streamlit/streamlit/wiki/Contributing

License

Streamlit is completely free and open-source and licensed under the Apache 2.0 license.

1.50.0 Sep 23, 2025
1.49.1 Aug 29, 2025
1.49.0 Aug 26, 2025
1.48.1 Aug 13, 2025
1.48.0 Aug 05, 2025
1.47.1 Jul 25, 2025
1.47.0 Jul 16, 2025
1.46.1 Jun 26, 2025
1.46.0 Jun 18, 2025
1.45.1 May 12, 2025
1.45.0 Apr 29, 2025
1.44.1 Apr 01, 2025
1.44.0 Mar 25, 2025
1.43.2 Mar 11, 2025
1.43.1 Mar 07, 2025
1.43.0 Mar 04, 2025
1.42.2 Feb 20, 2025
1.42.1 Feb 17, 2025
1.42.0 Feb 04, 2025
1.41.1 Dec 13, 2024
1.41.0 Dec 10, 2024
1.40.2 Nov 25, 2024
1.40.1 Nov 11, 2024
1.40.0 Nov 06, 2024
1.39.1 Jan 21, 2025
1.39.0 Oct 01, 2024
1.38.0 Aug 27, 2024
1.37.1 Aug 05, 2024
1.37.0 Jul 25, 2024
1.36.0 Jun 20, 2024
1.35.0 May 23, 2024
1.34.0 May 02, 2024
1.33.0 Apr 04, 2024
1.32.2 Mar 14, 2024
1.32.2rc1 Mar 13, 2024
1.32.1 Mar 12, 2024
1.32.0 Mar 07, 2024
1.31.1 Feb 12, 2024
1.31.0 Feb 01, 2024
1.30.0 Jan 11, 2024
1.29.0 Nov 30, 2023
1.28.2 Nov 13, 2023
1.28.1 Nov 03, 2023
1.28.0 Oct 26, 2023
1.27.2 Oct 03, 2023
1.27.1 Sep 29, 2023
1.27.0 Sep 21, 2023
1.26.1 Sep 23, 2024
1.26.0 Aug 24, 2023
1.25.0 Jul 20, 2023
1.24.1 Jul 07, 2023
1.24.0 Jun 27, 2023
1.23.1 Jun 02, 2023
1.23.0 Jun 01, 2023
1.22.0 Apr 27, 2023
1.21.0 Apr 06, 2023
1.20.0 Mar 09, 2023
1.19.0 Feb 23, 2023
1.18.1 Feb 10, 2023
1.18.1rc1 Feb 10, 2023
1.18.0 Feb 09, 2023
1.17.0 Jan 12, 2023
1.16.0 Dec 15, 2022
1.15.2 Dec 01, 2022
1.15.2rc1 Nov 30, 2022
1.15.1 Nov 21, 2022
1.15.0 Nov 17, 2022
1.14.1 Nov 11, 2022
1.14.1rc1 Nov 09, 2022
1.14.0 Oct 27, 2022
1.14.0rc1 Oct 25, 2022
1.13.0 Sep 22, 2022
1.13.0rc2 Sep 21, 2022
1.13.0rc1 Sep 19, 2022
1.12.2 Aug 26, 2022
1.12.2rc2 Aug 25, 2022
1.12.2rc1 Aug 25, 2022
1.12.1 Aug 25, 2022
1.12.1rc1 Aug 23, 2022
1.12.0 Aug 11, 2022
1.12.0rc2 Aug 10, 2022
1.12.0rc1 Aug 09, 2022
1.11.1 Jul 27, 2022
1.11.1rc1 Jul 27, 2022
1.11.0 Jul 14, 2022
1.11.0rc1 Jul 13, 2022
1.10.0 Jun 02, 2022
1.10.0rc2 Jun 01, 2022
1.10.0rc1 Jun 01, 2022
1.9.2 May 27, 2022
1.9.2rc1 May 27, 2022
1.9.1 May 27, 2022
1.9.1rc2 May 26, 2022
1.9.1rc1 May 26, 2022
1.9.0 May 04, 2022
1.9.0rc1 May 02, 2022
1.8.1 Mar 29, 2022
1.8.1rc1 Mar 29, 2022
1.8.0 Mar 24, 2022
1.8.0rc1 Mar 23, 2022
1.7.0 Mar 02, 2022
1.6.0 Feb 24, 2022
1.6.0rc4 Feb 24, 2022
1.6.0rc3 Feb 24, 2022
1.5.1 Feb 09, 2022
1.5.0 Jan 27, 2022
1.4.0 Jan 13, 2022
1.3.1 Dec 28, 2021
1.3.0 Dec 16, 2021
1.2.0 Nov 11, 2021
1.1.0 Oct 21, 2021
1.0.0 Oct 05, 2021
0.89.0 Sep 22, 2021
0.88.0 Sep 02, 2021
0.87.0 Aug 19, 2021
0.86.0 Aug 05, 2021
0.85.1 Jul 27, 2021
0.85.0 Jul 22, 2021
0.84.2 Jul 19, 2021
0.84.1 Jul 12, 2021
0.84.0 Jul 01, 2021
0.83.0 Jun 17, 2021
0.82.0 May 13, 2021
0.81.1 May 04, 2021
0.81.0 Apr 29, 2021
0.80.0 Apr 08, 2021
0.79.0 Mar 18, 2021
0.78.0 Mar 04, 2021
0.77.0 Feb 23, 2021
0.76.0 Feb 04, 2021
0.75.0 Jan 21, 2021
0.74.1 Jan 07, 2021
0.74.0 Jan 07, 2021
0.73.1 Dec 21, 2020
0.73.0 Dec 17, 2020
0.72.0 Dec 02, 2020
0.71.0 Nov 11, 2020
0.70.0 Oct 28, 2020
0.69.2 Oct 16, 2020
0.69.1 Oct 15, 2020
0.69.0 Oct 14, 2020
0.68.1 Oct 13, 2020
0.68.0 Oct 08, 2020
0.67.1 Sep 23, 2020
0.67.0 Sep 17, 2020
0.66.0 Sep 02, 2020
0.65.2 Aug 14, 2020
0.65.1 Aug 14, 2020
0.65.0 Aug 12, 2020
0.64.0 Jul 23, 2020
0.63.1 Jul 18, 2020
0.63.0 Jul 14, 2020
0.62.1 Jun 29, 2020
0.62.0 Jun 21, 2020
0.61.0 Jun 04, 2020
0.60.0 May 18, 2020
0.59.0 May 05, 2020
0.58.0 Apr 23, 2020
0.57.3 Apr 04, 2020
0.57.2 Mar 31, 2020
0.57.1 Mar 28, 2020
0.57.0 Mar 27, 2020
0.56.0 Feb 15, 2020
0.55.2 Feb 15, 2020
0.55.0 Feb 05, 2020
0.54.0 Jan 29, 2020
0.53.0 Jan 15, 2020
0.52.2 Dec 24, 2019
0.52.1 Dec 23, 2019
0.52.0 Dec 20, 2019
0.51.0 Dec 01, 2019
0.50.2 Nov 11, 2019
0.50.1 Nov 11, 2019
0.50.0 Nov 11, 2019
0.49.0 Oct 23, 2019
0.48.1 Oct 14, 2019
0.48.0 Oct 13, 2019
0.47.4 Oct 05, 2019
0.47.3 Oct 04, 2019
0.47.2 Oct 02, 2019
0.47.1 Oct 01, 2019
0.47.0 Sep 30, 2019
0.46.0 Sep 23, 2019
0.45.0 Aug 28, 2019
0.44.0 Jul 27, 2019
0.43.2 Jul 10, 2019
0.43.1 Jul 09, 2019
0.43.0 Jul 09, 2019
0.42.0 Jul 02, 2019
0.41.0 Jun 24, 2019
0.40.1 Jun 13, 2019
0.40.0 Jun 11, 2019
0.37.0 May 11, 2019
0.36.0 May 04, 2019
0.35.0 Apr 27, 2019
0.34.0 Apr 19, 2019
0.33.0 Apr 12, 2019
0.32.0 Mar 29, 2019
0.31.0 Mar 21, 2019
0.30.0 Mar 14, 2019
0.29.0 Mar 08, 2019
0.28.0 Feb 28, 2019
0.27.0 Feb 21, 2019
0.26.1 Feb 15, 2019
0.26.0 Feb 14, 2019
0.25.0 Jan 31, 2019
0.24.3 Jan 18, 2019
0.24.2 Jan 17, 2019
0.24.1 Jan 17, 2019
0.24.0 Jan 16, 2019
0.23.0 Jan 10, 2019
0.22.2 Dec 20, 2018
0.22.1 Dec 13, 2018
0.22.0 Dec 12, 2018
0.21.0 Dec 06, 2018
0.20.0 Nov 28, 2018
0.19.1 Nov 24, 2018
0.19.0 Nov 21, 2018
0.18.1 Nov 13, 2018
0.18.0 Nov 06, 2018
0.17.2 Oct 30, 2018
0.17.1 Oct 29, 2018
0.17.0 Oct 23, 2018
0.16.3 Oct 13, 2018
0.16.2 Oct 13, 2018
0.16.1 Oct 03, 2018
0.16.0 Oct 03, 2018
0.15.6 Sep 26, 2018
0.15.5 Sep 23, 2018
0.15.4 Sep 18, 2018
0.15.3 Sep 13, 2018
0.15.2 Sep 13, 2018
0.15.1 Sep 12, 2018
0.15.0 Sep 05, 2018
0.14.2 Aug 16, 2018
0.13.5 Jul 19, 2018
0.13.3 Jul 05, 2018
0.13.1 Jul 05, 2018
0.13.0 Jul 02, 2018
0.12.4 Jun 26, 2018
0.12.3 Jun 24, 2018
0.12.2 Jun 19, 2018
0.11.0 Jun 08, 2018
0.9.0 May 18, 2018
0.8.2 May 17, 2018
0.8 Apr 23, 2018
0.7 Apr 23, 2018
0.6 Apr 09, 2018
0.5 Apr 05, 2018
0.4 Apr 05, 2018
0.3 Apr 02, 2018
0.2 Mar 27, 2018
0.1 Mar 20, 2018

Wheel compatibility matrix

Platform Python 3
any

Files in release

Extras:
Dependencies:
altair (!=5.4.0,!=5.4.1,<6,>=4.0)
blinker (<2,>=1.5.0)
cachetools (<7,>=4.0)
click (<9,>=7.0)
numpy (<3,>=1.23)
packaging (<26,>=20)
pandas (<3,>=1.4.0)
pillow (<12,>=7.1.0)
protobuf (<7,>=3.20)
pyarrow (>=7.0)
requests (<3,>=2.27)
tenacity (<10,>=8.1.0)
toml (<2,>=0.10.1)
typing-extensions (<5,>=4.4.0)
watchdog (<7,>=2.1.5)
gitpython (!=3.1.19,<4,>=3.0.7)
pydeck (<1,>=0.8.0b4)
tornado (!=6.5.0,<7,>=6.0.3)