Skip to content
  • Blog
  • YouTube
  • AI Community
Data Consulting
Hire Us

August 20, 2025

  • Home
  • 2025
  • August
  • 20
Streamlit

Streamlit Pages

August 20, 2025 Pere No comments yet

Streamlit Pages allows us to create multi-pages apps for better navigation, structure and modularity.It helps us split our app into smaller pages.Some benefits of Streamlit Pages includesOrganized structure for large apps. Easy navigation through sidebar or custom menus. Reusable logic across pages. Better user experience. Setting up pagesStreamlit automatically recognizes a pages directory inside an […]

Streamlit

Streamlit Container

August 20, 2025 Pere No comments yet

Inserts an invisible container into your app that can be used to hold multiple elements.This allows you to, for example, insert multiple elements into your app out of order. A container on Streamlit is a layout block that lets us group multiple elements together.It is useful when we want to have better control over the arrangement […]

Streamlit

Streamlit Checkbox

August 20, 2025 Pere No comments yet

st.checkbox display a checkbox widget.st.checkbox() widget in Streamlit is used to get boolean input from users.we can check True(checked) or False(unchecked). Need a Streamlit developer?: Click here Syntax st.checkbox(label, value=False, key=None, help=None, on_change=None, args=None, kwargs=None, disabled=False) ParametersParameter Type Descriptionlabel str Text displayed next to the checkboxvalue bool Default state (False = unchecked, True = checked)key str / […]

Search

Categories

  • Claude Cowork (13)
  • LangChain (3)
  • LeetCode (8)
  • Linear Algebra (7)
  • n8n (49)
  • Python (31)
  • Python Pandas (36)
  • Sbert (1)
  • scikit-learn (29)
  • Statistics (24)
  • Streamlit (43)
  • Time Series (6)
  • Uncategorized (35)
  • Web Scraping (5)

Recent posts

  • 97% Accurate Product Categorization at Scale
  • Customer Support Insights Extraction
  • AI Sales Call Quality Scoring

Ai Automation for Operators and Builders

Important Links
  • Blog
  • Sponsorships
  • Work With Us
  • Ai Community
LinkedIn
  • Ryan Nolan
  • Matt Payne
Social Media

© Ryan & Matt Data Science

  • Terms & Conditions
  • Privacy Policy