Streamlit (@streamlit) 's Twitter Profile
Streamlit

@streamlit

Streamlit is an open-source Python framework for data scientists and AI/ML engineers to deliver dynamic data apps -- in only a few lines of code.

ID: 1012486837384835072

linkhttp://streamlit.io calendar_today29-06-2018 00:04:07

3,3K Tweet

37,37K Followers

49 Following

Mohammad Adnan (@adnaaan433) 's Twitter Profile Photo

🚨 Introducing the latest version of our Streamlit app β€” Insight90! Dive into post-match analysis in a click. ⚽ Instant, insightful & easy to use β€” now powered by WhoScored data! πŸ“Š Huge thanks to Sahil Gidwani for leveling it up. πŸ™Œ πŸ”— Try now: insight90.streamlit.app

Yuichiro (@whitphx) 's Twitter Profile Photo

github.com/whitphx/stream… Updated Streamlit-WebRTC after a few inactive years... (sorry) It's still in progress but I'm improving its ICE process for better connectivity with my better understanding on the protocol. #Streamlit #ComputerVision

Fanilo Andrianasolo (@andfanilo) 's Twitter Profile Photo

🌸 Livecoding a Streamlit Todo List App is out on Youtube! If you want to watch -or even code along- 2 hours of me rambling over the more advanced Streamlit interactivity concepts like Callbacks, Session State, Forms, Fragments, and st.connection, this video is for you 😁

🌸 Livecoding a Streamlit Todo List App is out on Youtube!
If you want to watch -or even code along- 2 hours of me rambling over the more advanced Streamlit interactivity concepts like Callbacks, Session State, Forms, Fragments, and st.connection, this video is for you 😁
Akshay πŸš€ (@akshay_pachaar) 's Twitter Profile Photo

8️⃣ Streamlit UI and Kick off the Flow Finally, we wrap the app in a clear Streamlit interface for interactivity and run the Flow. Check the final outcomeπŸ‘‡

Streamlit (@streamlit) 's Twitter Profile Photo

Looking for project inspiration? 🧐 Explore community-made apps, components and tutorials in the March Roundup: buff.ly/NeXMY1X ✨ Featuring: Mohammed Abdul Razak W, Himanish Ganjoo, Fanilo Andrianasolo, GermÑn Castaño, Bex Tuychiev, and many more! #buildinpublic #opensource #python

Thiago Teixeira (@thiagotdotcom) 's Twitter Profile Photo

Wow apparently 20% of all uses of Folium on Github are actually Streamlit apps Very cool! (And thanks Randy Zwitch for building that custom component πŸ™) Source: github.com/randyzwitch/st…

Arka (@arka512x) 's Twitter Profile Photo

🚨 Built it in 1 hour: A Turbo PDF Chat Assistant βœ… Upload any PDF βœ…Ask anything inside it βœ…GROQ + LangChain = Instant answers βœ…Powered by ChromaDB + HuggingFace for memory βœ…Built with Streamlit β€” super fast, ultra-smooth πŸ’₯ Open-source & dev-ready β€” for everyone to use

Avi Chawla (@_avichawla) 's Twitter Profile Photo

Today, we're building a Streamlit app to compare Alibaba's latest Qwen 3 against DeepSeek-R1 using RAG. Here's our tool stack: - @Llama_Index workflows for orchestration. - Comet Opik for evaluation. - ollama to serve both LLMs locally. Let's begin!

Sahil Gidwani (@sahilgdwn) 's Twitter Profile Photo

🚨 Big Footverse update β€” v1.5.0 is live! 🚨 Now covering 14 leagues 🌍 β€” not just the big five! πŸ‡΅πŸ‡Ή πŸ‡³πŸ‡± πŸ‡§πŸ‡ͺ πŸ‡ΊπŸ‡Έ πŸ‡§πŸ‡· πŸ‡¦πŸ‡· πŸ‡²πŸ‡½ and more! πŸ” Explore a live-updated player database with rich analysis & visuals of top talent worldwide βš½οΈπŸ“Š Try it now: footverse.streamlit.app Streamlit

🚨 Big Footverse update β€” v1.5.0 is live! 🚨

Now covering 14 leagues 🌍 β€” not just the big five!
πŸ‡΅πŸ‡Ή πŸ‡³πŸ‡± πŸ‡§πŸ‡ͺ πŸ‡ΊπŸ‡Έ πŸ‡§πŸ‡· πŸ‡¦πŸ‡· πŸ‡²πŸ‡½ and more!
πŸ” Explore a live-updated player database with rich analysis & visuals of top talent worldwide βš½οΈπŸ“Š

Try it now: footverse.streamlit.app

<a href="/streamlit/">Streamlit</a>
Akshay πŸš€ (@akshay_pachaar) 's Twitter Profile Photo

7️⃣ Streamlit UI We created a streamlined Streamlit UI to ensure smooth and simple interactions with the Agent. Here’s what it looks like πŸ‘‡

7️⃣ Streamlit UI

We created a streamlined Streamlit UI to ensure smooth and simple interactions with the Agent.

Here’s what it looks like πŸ‘‡
Fanilo Andrianasolo (@andfanilo) 's Twitter Profile Photo

🌸 Streamlit 1.45 is out! - new st.user, populated with user info/email extracted from authenticating to the app through OIDC - a user can add new options to st.multiselect/st.selectbox - Easier CSS Hacking through st.html and more!

🌸 Streamlit 1.45 is out!

- new st.user, populated with user info/email extracted from authenticating to the app through OIDC
- a user can add new options to st.multiselect/st.selectbox
- Easier CSS Hacking through st.html

and more!
LangChain (@langchainai) 's Twitter Profile Photo

πŸŽ₯πŸ€– Build a Video Summarizer with Gemma Build a video summarization app using Gemma LLM through Ollama locally. This Streamlit application uses LangChain to process videos and generate concise summaries automatically. Watch the full tutorial here youtu.be/gDATAZEi5SE

πŸŽ₯πŸ€– Build a Video Summarizer with Gemma

Build a video summarization app using Gemma LLM through Ollama locally. This Streamlit application uses LangChain to process videos and generate concise summaries automatically.

Watch the full tutorial here youtu.be/gDATAZEi5SE
Thiago Teixeira (@thiagotdotcom) 's Twitter Profile Photo

Streamlit hint If you want to add items to multiple columns in round-robin style, try using itertools.cycle: cols = itertools.cycle(st.columns(3)) for item in mylist: # Use col1, then col2, then col3, then col1, etc... with next(cols): st.write(item)

Streamlit (@streamlit) 's Twitter Profile Photo

🎈 What's new in Streamlit 1.45? πŸ‘€ Announcing the general availability of st.user! β–² Add new options to st.multiselect and st.selectbox ↔️ Set the width of text alerts and exceptions β­• Add an icon to to text and number inputs See more πŸ‘‡ buff.ly/3xYLyZe

Streamlit (@streamlit) 's Twitter Profile Photo

πŸ₯³ See awesome projects and wisdom shared by fellow Streamlit devs in the April Roundup! πŸ‘‰ buff.ly/DB0dF19 πŸ‘ˆ ❀️ Shoutout: Sahil Gidwani, Kaveh, Fanilo Andrianasolo, Tech With Tim, Nariman, GermΓ‘n CastaΓ±o, Sophyia πŸ₯‘, Hitesh Choudhary, and more! #buildinpublic

Chong-U (@chongdashu) 's Twitter Profile Photo

Google ADK has in built capability to serve your agents via FastAPI endpoints: `adk api_server` This allows you to create your own custom frontend UI for your agents. In this 3rd tutorial, let's build a custom UI with Streamlit in Cursor for our ElevenLabs TTS MCP agent πŸ‘‡

PyQuant News 🐍 (@pyquantnews) 's Twitter Profile Photo

I spent the last 25 years wasting my time writing 100,000 lines of code. Most of the time, it was for analytics apps. Now I can build 10 apps in under an hour. All with Streamlit. Here's the code:

I spent the last 25 years wasting my time writing 100,000 lines of code.

Most of the time, it was for analytics apps.

Now I can build 10 apps in under an hour.

All with Streamlit.

Here's the code:
Streamlit (@streamlit) 's Twitter Profile Photo

🎈 Meet Streamlit Co-founders Amanda Kelly & Thiago Teixeira + community leaders at Dev Day! Don't miss this unique chance to chat and get direct insights. Plus, explore the latest tech and connect with fellow buildersβ€”for FREE! RSVP: buff.ly/8dJogtX #SnowflakeDevDay

🎈 Meet Streamlit Co-founders <a href="/cutlasskelly/">Amanda Kelly</a> &amp; <a href="/ThiagoTDotCom/">Thiago Teixeira</a> + community leaders at Dev Day!

Don't miss this unique chance to chat and get direct insights. Plus, explore the latest tech and connect with fellow buildersβ€”for FREE!

RSVP: buff.ly/8dJogtX

#SnowflakeDevDay