
Tutorials - Streamlit Docs
Explore step-by-step tutorials for building Streamlit apps including authentication, database connections, data visualization, and advanced features.
Build a basic LLM chat app - Streamlit Docs
In this tutorial, we'll start by walking through Streamlit's chat elements, st.chat_message and st.chat_input. Then we'll proceed to construct three distinct applications, each showcasing an …
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. …
Create an app - Streamlit Docs
When you're done with this tutorial, check out all the widgets that Streamlit exposes in our API Reference. Let's put it all together That's it, you've made it to the end. Here's the complete script for …
First steps building Streamlit apps - Streamlit Docs
Build your first Streamlit apps with step-by-step tutorials for creating single-page and multi-page applications.
Create a multipage app - Streamlit Docs
Before Streamlit 1.10.0, the streamlit hello command was a large single-page app. As there was no support for multiple pages, we resorted to splitting the app's content using st.selectbox in the sidebar …
Build an LLM app using LangChain - Streamlit Docs
In this tutorial, you will build a Streamlit LLM app that can generate text from a user-provided prompt. This Python app will use the LangChain framework and Streamlit.
Collect user feedback about LLM responses - Streamlit Docs
This tutorial uses Streamlit's chat commands and st.feedback to build a simple chat app that collects user feedback about each response. Applied concepts Use st.chat_input and st.chat_message to …
Fundamental concepts - Streamlit Docs
Learn Streamlit fundamentals with guides on main concepts and features.
Get started with Streamlit - Streamlit Docs
This Get Started guide explains how Streamlit works, how to install Streamlit on your preferred operating system, and how to create your first Streamlit app! downloading Installation helps you set up your …