Spaces:
Sleeping
Sleeping
File size: 773 Bytes
efd08fc c1f91fc efd08fc c1f91fc efd08fc c1f91fc efd08fc c1f91fc | 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 31 32 33 34 35 | ---
title: Enterprise SQL Assistant
emoji: 📊
colorFrom: blue
colorTo: indigo
sdk: gradio
sdk_version: 4.27.0
app_file: app.py
pinned: false
license: mit
---
# Enterprise SQL Assistant
Ask questions about your data in natural language and get SQL queries, results, and visual insights.
## Features
- Natural language to SQL conversion
- Data visualization with charts
- Real-time query execution
- Enterprise-grade UI
## How to Use
1. Type a question about your data in natural language
2. Click "Generate SQL & Results"
3. View the generated SQL query, results, and visual insights
## Example Queries
- "How many members are there?"
- "Show me the count of members by status"
- "What is the total transaction amount?"
- "Show members with their account balances" |