File size: 542 Bytes
f5ebd02
711d516
 
 
 
f5ebd02
462e255
f5ebd02
 
 
 
 
711d516
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
---
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.