streamlit

Installation
SKILL.md

Streamlit — Python Data Apps

Overview

Streamlit, the Python framework for building interactive data applications and dashboards. Helps developers create web apps for data exploration, ML model demos, and internal tools using pure Python — no frontend skills required.

Instructions

Basic App Structure

# app.py — Complete Streamlit data dashboard
import streamlit as st
import pandas as pd
import plotly.express as px
Installs
6
GitHub Stars
128
First Seen
Jun 5, 2026
streamlit — terminalskills/skills