dash_test / README.md
mic3333's picture
Update README.md
462e255 verified

A newer version of the Gradio SDK is available: 6.12.0

Upgrade
metadata
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

pip install -r requirements.txt
python app.py

Then visit http://127.0.0.1:8050/ in your browser.