streamlit-dashboards

Installation
SKILL.md

Streamlit Dashboards

Build interactive Python dashboards without frontend experience.

Getting Started

pip install streamlit
streamlit run app.py

Basic App Structure

import streamlit as st
import pandas as pd
import plotly.express as px
Installs
4
GitHub Stars
3
First Seen
Mar 15, 2026
streamlit-dashboards — housegarofalo/claude-code-base