--- title: Dash Fruit Analysis emoji: 📊 colorFrom: blue colorTo: green sdk: gradio sdk_version: 5.44.1 app_file: app.py pinned: false license: mit --- # Dash Fruit Analysis A simple Dash application that displays a grouped bar chart comparing fruit amounts across different cities. ## Features - Interactive bar chart using Plotly - Grouped comparison of fruit amounts by city - Built with Dash framework ## Running Locally ```bash pip install -r requirements.txt python app.py ``` Then visit http://127.0.0.1:8050/ in your browser.