
App Gallery - Streamlit
Streamlit is an open-source Python framework for data scientists and AI/ML engineers to deliver interactive data apps – in only a few lines of code.
Create an app - Streamlit Docs
In this guide, you're going to use Streamlit's core features to create an interactive app; exploring a public Uber dataset for pickups and drop-offs in New York City.
Tutorials - Streamlit Docs
Explore step-by-step tutorials for building Streamlit apps including authentication, database connections, data visualization, and advanced features.
Playground - Streamlit
Streamlit is an open-source Python framework for data scientists and AI/ML engineers to deliver interactive data apps – in only a few lines of code.
Streamlit • A faster way to build and share data apps
You can connect any other LLM to Streamlit the same way you would connect to the LLM from any other Python application. Search for a python client or example code from the LLM, and …
Create a multipage app - Streamlit Docs
We can add some fun to our app by adding emojis to our file names that will render in our Streamlit app. Each page will have its own URL, defined by the name of the file.
Run your Streamlit app
Learn how to run Streamlit apps locally, set parameters, configure environment variables, and understand the execution model for development and production.
Explore - Streamlit
Explore Discover amazing Streamlit apps from the community. Try them out, browse their source code, fork them, and get inspired!
Build an LLM app using LangChain - Streamlit Docs
Learn to build an LLM-powered Streamlit app using LangChain and OpenAI, with step-by-step instructions and a deployment guide.
Using forms - Streamlit Docs
Learn how to use Streamlit forms with st.form to batch user input, control app reruns, and create efficient interactive interfaces with submit buttons.