pardeephck commited on
Commit
1fec19e
·
verified ·
1 Parent(s): 303b9bb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -3,7 +3,7 @@ description: This model generate sql query on demand from a table with schema de
3
  datasets:
4
  - wikisql
5
  widget:
6
- - text: "question: Get infosys employee name with unit equal ENG and employee id equal 642249 table: id, unit, name, email"
7
  ---
8
  ```python
9
  This model generate sql query from a table with schema details provided in parameter
 
3
  datasets:
4
  - wikisql
5
  widget:
6
+ - text: "question: Get employee name with infosys id equal 642249 and unit equal ENG table: id, unit, name, email"
7
  ---
8
  ```python
9
  This model generate sql query from a table with schema details provided in parameter