Awais009 commited on
Commit
5d4f704
·
verified ·
1 Parent(s): b1c8344

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -1,3 +1,11 @@
 
 
 
 
 
 
 
 
1
  # SQLGPT
2
 
3
  SQLGPT is a powerful model designed to generate SQL queries based on your table information and specific questions. Simply provide the context of your table, ask a question, and SQLGPT will generate the corresponding SQL query for you.
@@ -99,4 +107,4 @@ Contributions are welcome! Feel free to fork the project, make improvements, and
99
 
100
  ---
101
 
102
- Happy querying with SQLGPT!
 
1
+ ---
2
+ title: SQLGPT
3
+ sdk: docker
4
+ emoji: 🚀
5
+ colorFrom: yellow
6
+ colorTo: indigo
7
+ short_description: Give the context of the table and ask question from model.
8
+ ---
9
  # SQLGPT
10
 
11
  SQLGPT is a powerful model designed to generate SQL queries based on your table information and specific questions. Simply provide the context of your table, ask a question, and SQLGPT will generate the corresponding SQL query for you.
 
107
 
108
  ---
109
 
110
+ Happy querying with SQLGPT!