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