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

Streamlit

  • Home
  • Blog
  • Streamlit
  • Page 3
Streamlit

Streamlit Emojis

August 24, 2025 Pere No comments yet

Emojis have become a universal visual language.They are often utilized in applications and websites to:Design the UI to be inviting and captivating.Display status updates (✅, ❌, ⚠️)Deliver immediate visual feedbackImprove data dashboards 📊  Streamlit does not have a dedicated emoji widget; however, it permits the use of emojis in any text field. Headings and Titles Buttons and checkboxes Tables […]

Streamlit

Streamlit Text Area

August 24, 2025 Pere No comments yet

st.text_area displays a multi-line text input widget It is used when we want users to enter large amounts of text such as feedback, descriptions , comments, e,t,cNeed a Streamlit developer? Click here Syntax st.text_area(label, value=””, height=None, max_chars=None, key=None, help=None, on_change=None, args=None, kwargs=None, *, placeholder=None, disabled=False, label_visibility=”visible”, width=”stretch”) Parameter Type Default Description label str Required The […]

Streamlit

Streamlit Bar chart

August 24, 2025 Pere No comments yet

One of Streamlit powerful features is the ability to visualize data using charts.we would focus on Bar chart in this article.  Need a Streamlit developer? Click Here Basic Bar Chart Streamlit provides a simple way to display bar chart using the st.bar_chartwe also have other ways using Altair, Ploty and  matplotlib which we would look at […]

Streamlit

Streamlit File Uploader

August 23, 2025 Pere No comments yet

Streamlit File Uploaderst.file_uploader is a Streamlit widget used for uploading files directly from your local system.It supports single upload or multiple file uploads. By default st.file_uploader uploaded files are limited to 200MB each.We can configure this using the server.maxUploadSize config option. Need a Streamlit developer? Click here Syntax st.file_uploader(label, type=None, accept_multiple_files=False, key=None, help=None, on_change=None, args=None, kwargs=None, […]

Streamlit

Streamlit Radio Button

August 23, 2025 Pere No comments yet

A radio button is a Ui widget that let’s users select exactly one option from a list. Need a Streamlit developer? Click here To start we’re going to create a simple dataframe in python: Syntax location st.radio(label, options, index=0, format_func=special_internal_function, key=None, help=None, on_change=None, args=None, kwargs=None, *, disabled=False, horizontal=False, captions=None, label_visibility=”visible”, width=”content”) Parameter Type Default Description […]

Streamlit

Streamlit Charts

August 22, 2025 Pere No comments yet

Streamlit allows us to view data(data visualization).It provides simple API’s for data visualization and supports both built-in charts and third party librariesStreamlit also have interactive charting libraries live Vega Lite(2D charts) and deck.gl(maps and 3D charts)and it provides chart types that are native to Streamlit, like st.line_chart and st.area_chart Need a Streamlit? Click Here Built-in […]

Streamlit

Streamlit Progress Bar

August 21, 2025 Pere No comments yet

This displays a progress bar.In Streamlit, we use st.progress() to display a horizontal progress bar.st.progress(value, text=None) Need a Streamlit developer? Click here Parameter Type Default Description value int 0 Sets the initial progress (0–100). text str (optional) None Displays a label above the progress bar. width “stretch” or int “stretch” The width of the progress bar. […]

Streamlit

Streamlit Components

August 21, 2025 Pere No comments yet

Streamlit components are basically UI elements that allows users to interact with your app,and displays data visualizations, forms, charts and more. Need a Streamlit developer? Click here Streamlit Built-in Components Component Description Example st.title Displays a large title st.title(“My Streamlit App”) st.header Displays a header st.header(“Section Header”) st.subheader Displays a smaller header st.subheader(“Subsection”) st.write General-purpose text […]

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 […]

Posts pagination

Previous 1 2 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