data-visualizer / README.md
Alihamas212's picture
Update README.md
0ab3888 verified
---
title: Data Visualization App
emoji: πŸ“Š
colorFrom: blue
colorTo: purple
sdk: streamlit
sdk_version: "1.38.0"
app_file: app.py
pinned: false
---
# πŸ“Š Streamlit Data Visualization App
Upload your CSV file and instantly explore your data with beautiful visualizations.
## 🧩 Features
- Upload CSV datasets
- View data preview and summary
- Choose chart type (Line, Bar, Scatter, Histogram, Pie)
- Automatic matplotlib chart rendering
## πŸš€ Run locally
```bash
pip install -r requirements.txt
streamlit run app.py