Skip to content
  • Blog
  • YouTube
  • Skool Community
  • Services
    • Streamlit Developer for Hire
    • Hire n8n automation engineer
Data Consulting
Mentorships

Streamlit

  • Home
  • Blog
  • Streamlit
  • Page 4
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 / […]

Streamlit

Streamlit Form

August 19, 2025 Pere No comments yet

Streamlit Form A form is a container that visually groups other elements and widgets together, and contains a Submit button. When the submit button is pressed, all widget values inside the form will be sent to Streamlit in a batch To add elements to a form object, we can use the “with” notation (more preferred), […]

Streamlit

Streamlit dropdown

August 19, 2025 Pere No comments yet

Dropdowns are compact ways to present multiple options, prevents invalid inputs and it’s great for filtering and navigation. we can have two types of dropdowns in streamlit st.selectbox: single selectionst.multiselect: multiple selections  Need a Streamlit developer?: Click here Simple Selectbox Basic dropdown features we can set a default value, customize labels and values and enable search within […]

Streamlit

Streamlit Session State

August 17, 2025 Pere No comments yet

By default, Streamlit re-runs your script top to bottom whenever a user interacts with a widgetWhat this means is that all variables resets unless you use Session State Need a Streamlit developer?: Click Here Introduction st.session_state allows us toPreserve values across rerunsStore user inputs, counters or configurationsShare data between widgets and callbacksMange app state like in […]

Streamlit

Streamlit Text Input

August 17, 2025 Pere No comments yet

The st.text_input() widget is used to accept single line text input from users in Streamlit apps.It displays a single-line text input widgetIt is commonly used for: Usernames and passwords Search bars Form entries Dynamic filtering Are you looking for a streamlit developer? Click Here Parameters let’s quickly talk about some of the parameters in st.text_input() […]

Streamlit

Streamlit columns

August 17, 2025 Pere No comments yet

Columns allow us to display elements side by side horizontally .It is useful for dashboards, forms and various Ui layoutNeed a Streamlit developer?: Click here Introduction st.columns insert containers laid out as side by side columns.It inserts a number of multi-element containers laid out side by side and returns a list of container objects. Syntax […]

Streamlit

Streamlit sidebar

August 16, 2025 Pere No comments yet

Streamlit sidebarSidebars are a great way to add navigation and settings to your Streamlit app.Elements can be passed to the sidebar.  Need a Streamlit developer: Click Here Introduction A sidebar is a collapsible panel on the left side of the Streamlit app.It is used for navigation, filters and settings.The sidebar can be created using the st.sidebar […]

Streamlit

Streamlit Tabs

August 16, 2025 Pere No comments yet

Tabs in Streamlit allow’s us to organize content into separate views inside the same appThey are useful for dashboards, multi-steps forms, reports, and when you want to avoid clutter.   Need a Streamlit developer: Click here Some Basic usage of streamlit tab we use st.tabs to create tabs in streamlitwe can use the with notation to insert […]

Streamlit

Streamlit Table

August 15, 2025 Pere No comments yet

Streamlit provides multiple ways to display tabular dataThese are:st.table() – Displays a static table.st.dataframe() – Displays an interactive table with sorting and filtering capabilities.st.write() – Can also be used to display tables, but is more versatile for various data types. st.table are the most basic way to display dataframes.Although it is generally recommended to use st.dataframe […]

Streamlit

Streamlit Select Box

August 14, 2025 Pere No comments yet

st.selectbox is a widget that allows users to select a single option from a dropdown list.It is useful for scenarios where you want to limit user input to a predefined set of options.  Need a Streamlit developer: Click here  st.selectbox(label, options, index=0, format_func=str, key=None, help=None)This is the basic syntax for creating a select box in Streamlit.label: The […]

Posts pagination

Previous 1 … 3 4 5 Next

Search

Categories

  • LangChain (3)
  • LeetCode (8)
  • Linear Algebra (7)
  • N8N (37)
  • Python (31)
  • Python Pandas (36)
  • Sbert (1)
  • scikit-learn (29)
  • Statistics (24)
  • Streamlit (43)
  • Time Series (6)
  • Uncategorized (4)
  • Web Scraping (5)

Recent posts

  • n8n RAG Embeddings with OpenAI
  • n8n RAG Text Splitters
  • n8n Binary Data

Helping Data Professions further there careers

Important Links
  • Blog
  • Sponsorships
  • Mentorships
  • Data Freelancing
LinkedIn
  • Ryan Nolan
  • Matt Payne
Get in touch
  • ryannolandata@gmail.com

© Ryan & Matt Data Science

  • Terms & Conditions
  • Privacy Policy