Spaces:
Sleeping
Sleeping
Fix: Add proper YAML config to README
Browse files
README.md
CHANGED
|
@@ -1,4 +1,16 @@
|
|
| 1 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
|
| 3 |
An RL training environment where an AI agent learns to answer business intelligence questions by writing and executing SQL queries against a live database.
|
| 4 |
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: SQL Data Analyst
|
| 3 |
+
emoji: 📊
|
| 4 |
+
colorFrom: gray
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: docker
|
| 7 |
+
sdk_version: "0.1"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
license: mit
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
An RL training environment where an AI agent learns to answer business intelligence questions by writing and executing SQL queries against a live database.
|
| 14 |
|
| 15 |
An RL training environment where an AI agent learns to answer business intelligence questions by writing and executing SQL queries against a live database.
|
| 16 |
|