YashashMathur commited on
Commit
af940ac
·
verified ·
1 Parent(s): d103a0f

Fix: Add proper YAML config to README

Browse files
Files changed (1) hide show
  1. README.md +13 -1
README.md CHANGED
@@ -1,4 +1,16 @@
1
- # SQL Data Analyst — OpenEnv Environment
 
 
 
 
 
 
 
 
 
 
 
 
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