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