🚀 Release 1.43 is here: accept files in chat, configure JSON columns, and more! 🤩- Playground
-
Deploying? Try:
Deploy with Streamlit Community Cloud
For community apps
- Share your apps with the whole world
- Public apps only
- Totally free → Log in with GitHub ](https://share.streamlit.io/?utm_source=streamlit&utm_medium=referral&utm_campaign=main&utm_content=-ss-streamlit-io-topright)[
Deploy with Snowflake
For professionals
- Code in your browser or favorite editor
- Work with Git and CI/CD
- Enterprise-grade security → Start the trial now! ](https://signup.snowflake.com/?utm_source=streamlit&utm_medium=referral&utm_campaign=main&utm_content=-ss-streamlit-io-topright)
-
Deploying? Try:
Deploy with Streamlit Community Cloud
For community apps
- Share your apps with the whole world
- Public apps only
- Totally free → Log in with GitHub ](https://share.streamlit.io/?utm_source=streamlit&utm_medium=referral&utm_campaign=main&utm_content=-ss-streamlit-io-topright)[
Deploy with Snowflake
For professionals
- Code in your browser or favorite editor
- Work with Git and CI/CD
- Enterprise-grade security → Start the trial now! ](https://signup.snowflake.com/?utm_source=streamlit&utm_medium=referral&utm_campaign=main&utm_content=-ss-streamlit-io-topright)
A faster way to build and share data apps
Turn your data scripts into shareable web apps in minutes.
All in pure Python. No front‑end experience required.
Get startedTry the live playground!
Play
Learn more with the
Streamlit crash course on YouTube
Trusted by over 90% of Fortune 50 companies
As of 2024-11-15
Get started in under a minute
Streamlit is an open-source app framework that is a breeze to get started with. Just install it like any other Python library:
And that’s it! Next, check out our documentation and forums for more.
Or you can skip local installation altogether:
- → Try a live playground in your browser The easiest way to try Streamlit before you install.
- → Build in public with Streamlit Community Cloud Public apps only. Totally free. You just need a GitHub account.
- → Build like a pro on Snowflake Unlimited private apps. Enterprise-grade reliability and security.
Streamlit builds upon
three simple principles
Embrace scripting
Build an app in a few lines of code with our magically simple API. Then see it automatically update as you iteratively save the source file.
MyApp.py
-
import streamlit as st
-
import pandas as pd
-
st.write("""
-
# My first app
-
Hello *world!*
-
""")
-
df = pd.read_csv(“my_data.csv”)
-
st.line_chart(df)
My App • Streamlit
My first app
Hello world!
Weave in interaction
Adding a widget is the same as declaring a variable. No need to write a backend, define routes, handle HTTP requests, connect a frontend, write HTML, CSS, JavaScript, …
Pick a number
0
100
[number = st.slider("Pick a number", 0, 100)](https://docs.streamlit.io/library/api-reference/widgets/st.slider)
Pick a color
[color = st.color_picker("Pick a color")](https://docs.streamlit.io/library/api-reference/widgets/st.color_picker)
Save as SVGSave as PNGView SourceView Compiled VegaOpen in Vega Editor
[st.bar_chart(df, x="category", y="sales")](https://docs.streamlit.io/library/api-reference/charts/st.bar_chart)
Pick a date
Su
Mo
Tu
We
Th
Fr
Sa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
[date = st.date_input("Pick a date")](https://docs.streamlit.io/library/api-reference/widgets/st.date_input)
Pick a file
Drag and drop files here
Limit 200MB per file • TXT
[file = st.file_uploader("Pick a file")](https://docs.streamlit.io/library/api-reference/widgets/st.file_uploader)
Pick a pet
Dog
Cat
Bird
[pet = st.radio("Pick a pet", pets)](https://docs.streamlit.io/library/api-reference/widgets/st.radio)
Deploy instantly
The choice is yours — show off your public apps for free on Streamlit Community Cloud, go with Snowflake for enterprise‑grade deployment, or pick something else entirely!
Build
powerful
apps
Categories
-
110K [
Streamlit extras
](https://extras.streamlit.app/?ref=streamlit-io-home-favorites)
arnaudmiribel View source →
-
103K [
Roadmap
](https://roadmap.streamlit.app/?ref=streamlit-io-home-favorites)
streamlit View source →
-
71K [
prettymapp
](https://prettymapp.streamlit.app/?ref=streamlit-io-home-favorites)
chrieke View source →
-
64K [
GW Quickview
](https://gw-quickview.streamlit.app/?ref=streamlit-io-home-favorites)
jkanner View source →
-
62K [
30Days of Streamlit
](https://30days.streamlit.app/?ref=streamlit-io-home-favorites)
streamlit View source →
-
56K [
Streamlit ECharts Demo
](https://echarts.streamlit.app/?ref=streamlit-io-home-favorites)
andfanilo View source → View more →
Used in the world’s top data science groups
Neil Treat
Google X
“Write production-level code while producing shareable artifacts.”
Kevin Zielnicki
Stitch Fix
“…a great way to share machine learning models and analyses.”
Emmanuel Ameisen
Insight Data Science
“Streamlit bridges experimentation and production.”
Dominik Moritz
Vega-Lite
“It’s the next step in ML and data science tools.”
Danny Nguyen
Yelp
“Streamlit apps are way easier to put together and iterate on.”
Koen Havlik
Uber
“Streamlit democratizes building data apps.”
and…
Compatible with
Basically everything!
And even more, with Streamlit Components!
Build your own, share with the community, bask in the glory.
See why developers
Streamlit
](https://twitter.com/maxwiertz)
Really really pleased with ~~@~~streamlit so far. Used it to build a clickable prototype for a complex piece of a web application. It turned out faster and more flexible than everything else I could find. Highly recommended!
~~#~~python ~~#~~streamlit ~~#~~prototyping
[
10](https://twitter.com/intent/like?tweet_id=1349853981628100615 “Like”)6:00 AM, Jan 15Permalink
](https://twitter.com/saayedalam)
Where were you my whole life ~~@~~streamlit I wanted someone like you since forever!
[
10](https://twitter.com/intent/like?tweet_id=1344391629612994561 “Like”)4:15 AM, Dec 31Permalink
Robert John | MLOps@trojrobert[
](https://twitter.com/trojrobert)
If you do ML and work with Data~~@~~streamlit will breathe life into your work.
[
16](https://twitter.com/intent/like?tweet_id=1342252039397646338 “Like”)6:33 AM, Dec 25Permalink
Shubham Chaudhari@Shubham28698[
](https://twitter.com/Shubham28698)
What an awesome library ~~@~~streamlit is
!!!!!! So much productive, easy and flexible.
From coding to deployment in just 2 days (since it was new for me).
Probably i should boost up and do more projects using it.[
8](https://twitter.com/intent/like?tweet_id=1276613322687647744 “Like”)3:28 AM, Jun 27Permalink
](https://twitter.com/min2bro)
Tried ~~@~~streamlit today and believe me I regret spending those hours working on HTML and Javascript to build a Web apps for my Algorithms for demo.
It’s one of the fastest and simple way to make a web app and showcase your work using python~~#~~Python ~~#~~MachineLearning[
8](https://twitter.com/intent/like?tweet_id=1253270743992856581 “Like”)5:33 PM, Apr 23Permalink
](https://twitter.com/Cmrn_DP)
This past week I played with ~~@~~streamlit to bring some advanced models + visuals to a non-technical team. Very easy to build & deploy and very impressive final product.
Honestly, thinking more about it, I think this is a game-changer like IPython Notebooks were in 2013. https://twitter.com/calogica/status/1180844807259734016
[
64](https://twitter.com/intent/like?tweet_id=1183795195420270593 “Like”)12:22 AM, Oct 15Permalink
@drewsteen@universeodon.com@drdrewsteen[
](https://twitter.com/drdrewsteen)
I spent the day playing with Streamlit, which is like Shiny for python, and here’s my initial review:
It is very good.[
9](https://twitter.com/intent/like?tweet_id=1187523398693478400 “Like”)7:16 AM, Oct 25Permalink
](https://twitter.com/benrjack)
Put together this simple PCA dashboard with ~~@~~streamlit and ~~@~~plotlygraphs tonight. Streamlit is such a pleasure to use and will definitely be my first choice for my dashboarding needs
https://github.com/benjaminjack/streamlit-pca ~~#~~datascience
[
30](https://twitter.com/intent/like?tweet_id=1183594002202935301 “Like”)11:02 AM, Oct 14Permalink
](https://twitter.com/arvkevi)
The ~~@~~streamlit hype is real, this app went from zero to deployed in one night! ~~#~~python ~~#~~DataScience https://nba-roster-turnover.herokuapp.com/
[
35](https://twitter.com/intent/like?tweet_id=1185220341293047808 “Like”)10:45 PM, Oct 18Permalink
](https://twitter.com/a_ghasemi)
Using ~~@~~streamlit and for the first time in a very long while, or ever, I don’t swear under my breath while writing the UI/demo code for a ~~#~~DataScience use-case. Heck it’s even enjoyable! They do right everything Jupyter notebooks got wrong.
[
7](https://twitter.com/intent/like?tweet_id=1188107289309433856 “Like”)9:57 PM, Oct 26Permalink
](https://twitter.com/AtharvaIngle7)
In building end to end ~~#~~MachineLearning ~~#~~webapps my time distribution was:
Actual logic and ml part : 20 %
Frontend : 80%After ~~@~~streamlit it has become:
Logic and ml part: 100%~~@~~streamlit is[
5](https://twitter.com/intent/like?tweet_id=1390964038050324486 “Like”)4:37 PM, May 8Permalink
](https://twitter.com/anuj_syal)
Streamlit is a blessing for data scientists. There’s no two ways about it. It not only helps them to build ML web applications, but also conveniently share and demonstrate their models to stakeholders, customers and colleagues especially if they are non-technical
[
1](https://twitter.com/intent/like?tweet_id=1380028715954970625 “Like”)12:24 PM, Apr 8Permalink
](https://twitter.com/andrejusb)
It took me ~1 hour to build this dashboard (data is dummy) layout in ~~@~~streamlit. Using default Streamlit components. I think it would take 10 times longer with HTML/JS. Now I can focus on functionality
, not on div alignment
Code: https://github.com/katanaml/sparrow/tree/main/sparrow-ui
[
764](https://twitter.com/intent/like?tweet_id=1578099977036779520 “Like”)2:08 AM, Oct 7Permalink
](https://twitter.com/pablooomvc1)
Streamlit
This one is just impressive. Create and deploy data-driven web apps in the simplest way possible. These apps look great, are easy to update, and can even be interactive. Check it out: https://streamlit.io/
[
1](https://twitter.com/intent/like?tweet_id=1575893719462469641 “Like”)12:01 AM, Oct 1Permalink
](https://twitter.com/hrrsnbbnt)
Just spent this week using ~~@~~streamlit to build a live animated map
I’d never heard of them before this week but very impressed with the speed from idea→data→visualisations
[
1](https://twitter.com/intent/like?tweet_id=1575610749434855425 “Like”)5:17 AM, Sep 30Permalink
](https://twitter.com/Lorenz_Web)
Every new ~~@~~streamlit release feels like Christmas
[
4](https://twitter.com/intent/like?tweet_id=1569595251869761537 “Like”)2:54 PM, Sep 13Permalink
](https://twitter.com/jo5h_ofall)
I just discovered the most beautiful thing ever created.~~@~~streamlit I friggin love you
No hassle,no complications,no drama
Just straight up works like a dream
Ugh…I could cryMachine learning just got a whole lot fun-er
[
20](https://twitter.com/intent/like?tweet_id=1469064990237859845 “Like”)5:02 AM, Dec 10Permalink
](https://twitter.com/AldoEscobarLVP)
Que belleza celestial streamlit y su simplicidad para crear dashboards con Python en 2 segundos
[
7](https://twitter.com/intent/like?tweet_id=1459014368780296194 “Like”)11:25 AM, Nov 12Permalink
](https://twitter.com/jtouellette)
Not gonna lie. The hours I spend each week working in ~~@~~streamlit are my favorites.
[
3](https://twitter.com/intent/like?tweet_id=1456680003198861319 “Like”)12:49 AM, Nov 6Permalink
](https://twitter.com/nainia_ayoub)
Productionizing your machine learning model is a mandatory part of your ML project lifecycle.
In that context, I have found Streamlit to be very effective and practical, not to mention how fun it is.
[
6](https://twitter.com/intent/like?tweet_id=1407115419253620743 “Like”)6:17 AM, Jun 22Permalink
](https://twitter.com/maxwiertz)
Really really pleased with ~~@~~streamlit so far. Used it to build a clickable prototype for a complex piece of a web application. It turned out faster and more flexible than everything else I could find. Highly recommended!
~~#~~python ~~#~~streamlit ~~#~~prototyping
[
10](https://twitter.com/intent/like?tweet_id=1349853981628100615 “Like”)6:00 AM, Jan 15Permalink
](https://twitter.com/saayedalam)
Where were you my whole life ~~@~~streamlit I wanted someone like you since forever!
[
10](https://twitter.com/intent/like?tweet_id=1344391629612994561 “Like”)4:15 AM, Dec 31Permalink
Robert John | MLOps@trojrobert[
](https://twitter.com/trojrobert)
If you do ML and work with Data~~@~~streamlit will breathe life into your work.
[
16](https://twitter.com/intent/like?tweet_id=1342252039397646338 “Like”)6:33 AM, Dec 25Permalink
Shubham Chaudhari@Shubham28698[
](https://twitter.com/Shubham28698)
What an awesome library ~~@~~streamlit is
!!!!!! So much productive, easy and flexible.
From coding to deployment in just 2 days (since it was new for me).
Probably i should boost up and do more projects using it.[
8](https://twitter.com/intent/like?tweet_id=1276613322687647744 “Like”)3:28 AM, Jun 27Permalink
](https://twitter.com/min2bro)
Tried ~~@~~streamlit today and believe me I regret spending those hours working on HTML and Javascript to build a Web apps for my Algorithms for demo.
It’s one of the fastest and simple way to make a web app and showcase your work using python~~#~~Python ~~#~~MachineLearning[
8](https://twitter.com/intent/like?tweet_id=1253270743992856581 “Like”)5:33 PM, Apr 23Permalink
](https://twitter.com/Cmrn_DP)
This past week I played with ~~@~~streamlit to bring some advanced models + visuals to a non-technical team. Very easy to build & deploy and very impressive final product.
Honestly, thinking more about it, I think this is a game-changer like IPython Notebooks were in 2013. https://twitter.com/calogica/status/1180844807259734016
[
64](https://twitter.com/intent/like?tweet_id=1183795195420270593 “Like”)12:22 AM, Oct 15Permalink
@drewsteen@universeodon.com@drdrewsteen[
](https://twitter.com/drdrewsteen)
I spent the day playing with Streamlit, which is like Shiny for python, and here’s my initial review:
It is very good.[
9](https://twitter.com/intent/like?tweet_id=1187523398693478400 “Like”)7:16 AM, Oct 25Permalink
](https://twitter.com/benrjack)
Put together this simple PCA dashboard with ~~@~~streamlit and ~~@~~plotlygraphs tonight. Streamlit is such a pleasure to use and will definitely be my first choice for my dashboarding needs
https://github.com/benjaminjack/streamlit-pca ~~#~~datascience
[
30](https://twitter.com/intent/like?tweet_id=1183594002202935301 “Like”)11:02 AM, Oct 14Permalink
](https://twitter.com/arvkevi)
The ~~@~~streamlit hype is real, this app went from zero to deployed in one night! ~~#~~python ~~#~~DataScience https://nba-roster-turnover.herokuapp.com/
[
35](https://twitter.com/intent/like?tweet_id=1185220341293047808 “Like”)10:45 PM, Oct 18Permalink
](https://twitter.com/a_ghasemi)
Using ~~@~~streamlit and for the first time in a very long while, or ever, I don’t swear under my breath while writing the UI/demo code for a ~~#~~DataScience use-case. Heck it’s even enjoyable! They do right everything Jupyter notebooks got wrong.
[
7](https://twitter.com/intent/like?tweet_id=1188107289309433856 “Like”)9:57 PM, Oct 26Permalink
](https://twitter.com/AtharvaIngle7)
In building end to end ~~#~~MachineLearning ~~#~~webapps my time distribution was:
Actual logic and ml part : 20 %
Frontend : 80%After ~~@~~streamlit it has become:
Logic and ml part: 100%~~@~~streamlit is[
5](https://twitter.com/intent/like?tweet_id=1390964038050324486 “Like”)4:37 PM, May 8Permalink
](https://twitter.com/anuj_syal)
Streamlit is a blessing for data scientists. There’s no two ways about it. It not only helps them to build ML web applications, but also conveniently share and demonstrate their models to stakeholders, customers and colleagues especially if they are non-technical
[
1](https://twitter.com/intent/like?tweet_id=1380028715954970625 “Like”)12:24 PM, Apr 8Permalink
](https://twitter.com/andrejusb)
It took me ~1 hour to build this dashboard (data is dummy) layout in ~~@~~streamlit. Using default Streamlit components. I think it would take 10 times longer with HTML/JS. Now I can focus on functionality
, not on div alignment
Code: https://github.com/katanaml/sparrow/tree/main/sparrow-ui
[
764](https://twitter.com/intent/like?tweet_id=1578099977036779520 “Like”)2:08 AM, Oct 7Permalink
](https://twitter.com/pablooomvc1)
Streamlit
This one is just impressive. Create and deploy data-driven web apps in the simplest way possible. These apps look great, are easy to update, and can even be interactive. Check it out: https://streamlit.io/
[
1](https://twitter.com/intent/like?tweet_id=1575893719462469641 “Like”)12:01 AM, Oct 1Permalink
](https://twitter.com/hrrsnbbnt)
Just spent this week using ~~@~~streamlit to build a live animated map
I’d never heard of them before this week but very impressed with the speed from idea→data→visualisations
[
1](https://twitter.com/intent/like?tweet_id=1575610749434855425 “Like”)5:17 AM, Sep 30Permalink
](https://twitter.com/Lorenz_Web)
Every new ~~@~~streamlit release feels like Christmas
[
4](https://twitter.com/intent/like?tweet_id=1569595251869761537 “Like”)2:54 PM, Sep 13Permalink
](https://twitter.com/jo5h_ofall)
I just discovered the most beautiful thing ever created.~~@~~streamlit I friggin love you
No hassle,no complications,no drama
Just straight up works like a dream
Ugh…I could cryMachine learning just got a whole lot fun-er
[
20](https://twitter.com/intent/like?tweet_id=1469064990237859845 “Like”)5:02 AM, Dec 10Permalink
](https://twitter.com/AldoEscobarLVP)
Que belleza celestial streamlit y su simplicidad para crear dashboards con Python en 2 segundos
[
7](https://twitter.com/intent/like?tweet_id=1459014368780296194 “Like”)11:25 AM, Nov 12Permalink
](https://twitter.com/jtouellette)
Not gonna lie. The hours I spend each week working in ~~@~~streamlit are my favorites.
[
3](https://twitter.com/intent/like?tweet_id=1456680003198861319 “Like”)12:49 AM, Nov 6Permalink
](https://twitter.com/nainia_ayoub)
Productionizing your machine learning model is a mandatory part of your ML project lifecycle.
In that context, I have found Streamlit to be very effective and practical, not to mention how fun it is.
[
6](https://twitter.com/intent/like?tweet_id=1407115419253620743 “Like”)6:17 AM, Jun 22Permalink
](https://twitter.com/maxwiertz)
Really really pleased with ~~@~~streamlit so far. Used it to build a clickable prototype for a complex piece of a web application. It turned out faster and more flexible than everything else I could find. Highly recommended!
~~#~~python ~~#~~streamlit ~~#~~prototyping
[
10](https://twitter.com/intent/like?tweet_id=1349853981628100615 “Like”)6:00 AM, Jan 15Permalink
](https://twitter.com/saayedalam)
Where were you my whole life ~~@~~streamlit I wanted someone like you since forever!
[
10](https://twitter.com/intent/like?tweet_id=1344391629612994561 “Like”)4:15 AM, Dec 31Permalink
Robert John | MLOps@trojrobert[
](https://twitter.com/trojrobert)
If you do ML and work with Data~~@~~streamlit will breathe life into your work.
[
16](https://twitter.com/intent/like?tweet_id=1342252039397646338 “Like”)6:33 AM, Dec 25Permalink
Shubham Chaudhari@Shubham28698[
](https://twitter.com/Shubham28698)
What an awesome library ~~@~~streamlit is
!!!!!! So much productive, easy and flexible.
From coding to deployment in just 2 days (since it was new for me).
Probably i should boost up and do more projects using it.[
8](https://twitter.com/intent/like?tweet_id=1276613322687647744 “Like”)3:28 AM, Jun 27Permalink
](https://twitter.com/min2bro)
Tried ~~@~~streamlit today and believe me I regret spending those hours working on HTML and Javascript to build a Web apps for my Algorithms for demo.
It’s one of the fastest and simple way to make a web app and showcase your work using python~~#~~Python ~~#~~MachineLearning[
8](https://twitter.com/intent/like?tweet_id=1253270743992856581 “Like”)5:33 PM, Apr 23Permalink
](https://twitter.com/Cmrn_DP)
This past week I played with ~~@~~streamlit to bring some advanced models + visuals to a non-technical team. Very easy to build & deploy and very impressive final product.
Honestly, thinking more about it, I think this is a game-changer like IPython Notebooks were in 2013. https://twitter.com/calogica/status/1180844807259734016
[
64](https://twitter.com/intent/like?tweet_id=1183795195420270593 “Like”)12:22 AM, Oct 15Permalink
@drewsteen@universeodon.com@drdrewsteen[
](https://twitter.com/drdrewsteen)
I spent the day playing with Streamlit, which is like Shiny for python, and here’s my initial review:
It is very good.[
9](https://twitter.com/intent/like?tweet_id=1187523398693478400 “Like”)7:16 AM, Oct 25Permalink
](https://twitter.com/benrjack)
Put together this simple PCA dashboard with ~~@~~streamlit and ~~@~~plotlygraphs tonight. Streamlit is such a pleasure to use and will definitely be my first choice for my dashboarding needs
https://github.com/benjaminjack/streamlit-pca ~~#~~datascience
[
30](https://twitter.com/intent/like?tweet_id=1183594002202935301 “Like”)11:02 AM, Oct 14Permalink
](https://twitter.com/arvkevi)
The ~~@~~streamlit hype is real, this app went from zero to deployed in one night! ~~#~~python ~~#~~DataScience https://nba-roster-turnover.herokuapp.com/
[
35](https://twitter.com/intent/like?tweet_id=1185220341293047808 “Like”)10:45 PM, Oct 18Permalink
](https://twitter.com/a_ghasemi)
Using ~~@~~streamlit and for the first time in a very long while, or ever, I don’t swear under my breath while writing the UI/demo code for a ~~#~~DataScience use-case. Heck it’s even enjoyable! They do right everything Jupyter notebooks got wrong.
[
7](https://twitter.com/intent/like?tweet_id=1188107289309433856 “Like”)9:57 PM, Oct 26Permalink
](https://twitter.com/AtharvaIngle7)
In building end to end ~~#~~MachineLearning ~~#~~webapps my time distribution was:
Actual logic and ml part : 20 %
Frontend : 80%After ~~@~~streamlit it has become:
Logic and ml part: 100%~~@~~streamlit is[
5](https://twitter.com/intent/like?tweet_id=1390964038050324486 “Like”)4:37 PM, May 8Permalink
](https://twitter.com/anuj_syal)
Streamlit is a blessing for data scientists. There’s no two ways about it. It not only helps them to build ML web applications, but also conveniently share and demonstrate their models to stakeholders, customers and colleagues especially if they are non-technical
[
1](https://twitter.com/intent/like?tweet_id=1380028715954970625 “Like”)12:24 PM, Apr 8Permalink
](https://twitter.com/andrejusb)
It took me ~1 hour to build this dashboard (data is dummy) layout in ~~@~~streamlit. Using default Streamlit components. I think it would take 10 times longer with HTML/JS. Now I can focus on functionality
, not on div alignment
Code: https://github.com/katanaml/sparrow/tree/main/sparrow-ui
[
764](https://twitter.com/intent/like?tweet_id=1578099977036779520 “Like”)2:08 AM, Oct 7Permalink
](https://twitter.com/pablooomvc1)
Streamlit
This one is just impressive. Create and deploy data-driven web apps in the simplest way possible. These apps look great, are easy to update, and can even be interactive. Check it out: https://streamlit.io/
[
1](https://twitter.com/intent/like?tweet_id=1575893719462469641 “Like”)12:01 AM, Oct 1Permalink
](https://twitter.com/hrrsnbbnt)
Just spent this week using ~~@~~streamlit to build a live animated map
I’d never heard of them before this week but very impressed with the speed from idea→data→visualisations
[
1](https://twitter.com/intent/like?tweet_id=1575610749434855425 “Like”)5:17 AM, Sep 30Permalink
](https://twitter.com/Lorenz_Web)
Every new ~~@~~streamlit release feels like Christmas
[
4](https://twitter.com/intent/like?tweet_id=1569595251869761537 “Like”)2:54 PM, Sep 13Permalink
](https://twitter.com/jo5h_ofall)
I just discovered the most beautiful thing ever created.~~@~~streamlit I friggin love you
No hassle,no complications,no drama
Just straight up works like a dream
Ugh…I could cryMachine learning just got a whole lot fun-er
[
20](https://twitter.com/intent/like?tweet_id=1469064990237859845 “Like”)5:02 AM, Dec 10Permalink
](https://twitter.com/AldoEscobarLVP)
Que belleza celestial streamlit y su simplicidad para crear dashboards con Python en 2 segundos
[
7](https://twitter.com/intent/like?tweet_id=1459014368780296194 “Like”)11:25 AM, Nov 12Permalink
](https://twitter.com/jtouellette)
Not gonna lie. The hours I spend each week working in ~~@~~streamlit are my favorites.
[
3](https://twitter.com/intent/like?tweet_id=1456680003198861319 “Like”)12:49 AM, Nov 6Permalink
](https://twitter.com/nainia_ayoub)
Productionizing your machine learning model is a mandatory part of your ML project lifecycle.
In that context, I have found Streamlit to be very effective and practical, not to mention how fun it is.
[
6](https://twitter.com/intent/like?tweet_id=1407115419253620743 “Like”)6:17 AM, Jun 22Permalink
Deploy on enterprise
Try Streamlit in Snowflake. Code in the browser, collaborate with Git, deploy in one click. With the security and reliability of Snowflake.
Hello there 👋
Thanks for stopping by! We use cookies to help us understand how you interact with our website.
By clicking “Accept all”, you consent to our use of cookies. For more information, please see our privacy policy.- Site
- Home
- Playground
- App gallery
- Component gallery
- Community
- Community Cloud
-
Documentation
- Get started
- Tutorials
- API reference
- Cheat sheet
- Changelog
-
Resources
- Forum
- Blog
- Brand
-
Social
- GitHub
- YouTube
- Twitter/X
© 2025 Snowflake Inc.