This is a simple interactive dashboard built using Dash (by Plotly).
It displays a bar chart and a line chart on the same graph with labeled axes.
- Displays:
- Bar Chart (sample data)
- Line Chart (sample data)
- Customizable title, x-axis, and y-axis labels
main.py- Main file containing the Dash application
- Download or clone this repository.
- Install dependencies:
pip install dash Run the app: python main.py
Open your browser and go to: http://127.0.0.1:8050/
