About 13,800 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. Streamlit • A faster way to build and share data apps

    Dec 27, 2015 · 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.

  3. Colors and borders - Streamlit Docs

    Learn how to customize colors, borders, backgrounds, and UI elements in Streamlit apps using theme configuration options and color values.

  4. Create a multipage app - Streamlit Docs

    Run streamlit run Hello.py to view your newly converted multipage app! Now, let’s walk through each step of the process and view the corresponding changes in code.

  5. Theming - Streamlit Docs

    In this guide, we provide an overview of theming and visual customization of Streamlit apps. Streamlit themes are defined using configuration options, which are most commonly defined in a …

  6. Data elements - Streamlit Docs

    Display and interact with raw data in Streamlit using dataframes, tables, metrics, and data editors for quick, interactive data visualization and manipulation.

  7. App design concepts and considerations - Streamlit Docs

    Button behavior and examples Understand how buttons work with explanations and examples to avoid common mistakes. Dataframes Dataframes are a great way to display and edit data in a tabular …

  8. Use Streamlit in Snowflake - Streamlit Docs

    Quick start guide to use Streamlit in Snowflake for secure development with role-based access control.

  9. Input widgets - Streamlit Docs

    Add interactivity to Streamlit apps with input widgets including buttons, sliders, text inputs, selectboxes, file uploaders, and more interactive components.

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