n094t23g commited on
Commit
ac243ee
·
verified ·
1 Parent(s): e23a574

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,13 +1,13 @@
1
  ---
2
- title: My First Agents
3
  emoji: 💬
4
  colorFrom: yellow
5
  colorTo: purple
6
  sdk: gradio
7
- sdk_version: 5.23.2
8
  app_file: app.py
9
  pinned: false
10
- short_description: my first agents for learning
11
  ---
12
 
13
- my first agents
 
1
  ---
2
+ title: self_correcting_text_to_sql_agent
3
  emoji: 💬
4
  colorFrom: yellow
5
  colorTo: purple
6
  sdk: gradio
7
+ sdk_version: 5.23.3
8
  app_file: app.py
9
  pinned: false
10
+ short_description: self correcting text to sql agent based on smolagents exampl
11
  ---
12
 
13
+ self correcting text to sql agent based on https://huggingface.co/docs/smolagents/v1.12.0/examples/text_to_sql smolagents example