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