File size: 448 Bytes
cf75ba5 | 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 | ---
title: Dataset Explorer
emoji: 📊
colorFrom: indigo
colorTo: pink
sdk: gradio
sdk_version: "5.38.2"
app_file: app.py
pinned: false
---
# Dataset Explorer
A simple Gradio app to preview CSV datasets. Upload a dataset and instantly see the first few rows.
## Features
- Upload CSV files
- View first few rows in a neat markdown table
- Minimal interface
## Usage
1. Upload a `.csv` file
2. The app will render the top rows of your dataset |