About 31,600 results
Open links in new tab
  1. 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.

  2. 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.

  3. Tutorials - Streamlit Docs

    Explore step-by-step tutorials for building Streamlit apps including authentication, database connections, data visualization, and advanced features.

  4. 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.

  5. 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 …

  6. 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.

  7. 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.

  8. Explore - Streamlit

    Explore Discover amazing Streamlit apps from the community. Try them out, browse their source code, fork them, and get inspired!

  9. 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.

  10. 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.