devjas1 commited on
Commit
29b472e
·
1 Parent(s): 1d72dad

Fix formatting in README metadata for title and color attributes

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -1,8 +1,8 @@
1
  ---
2
- title: { { "Create a Text to SQL AI Agent" } }
3
- emoji: { { "😊" } }
4
- colorFrom: { { blue } }
5
- colorTo: { { purple } }
6
  ---
7
 
8
  Here's a `README.md` file outlining your Text-to-SQL agent project:
 
1
  ---
2
+ title:"Create a Text to SQL AI Agent"
3
+ emoji: "😊"
4
+ colorFrom: blue
5
+ colorTo: purple
6
  ---
7
 
8
  Here's a `README.md` file outlining your Text-to-SQL agent project: