A simple interactive dashboard built with Dash and Plotly. It displays a sample bar chart from a small pandas DataFrame.
- Interactive bar chart powered by Plotly Express
- Web-based UI served by Dash
- Sample categorical data (Categories A–D with numeric values)
- Python 3.8 or newer
Install the required packages:
pip install dash plotly pandasRun the dashboard:
python testtt.pyOpen your browser and go to http://127.0.0.1:8050.
The app runs in debug mode by default, so code changes will reload automatically.
.
├── README.md
└── testtt.py # Dash app entry point
This project is provided as-is for learning and experimentation.