rohitsroch commited on
Commit
dcdb28c
1 Parent(s): 6dcd35c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -3
README.md CHANGED
@@ -9,9 +9,6 @@ datasets:
9
  - wikisql
10
  ---
11
 
12
- widget:
13
- - text: "Is this review positive or negative? Review: Best cast iron skillet you will ever buy."
14
-
15
  ## Paper
16
 
17
  ## [NatSight: A framework for building domain agnostic Natural Language Interface to Databases for next-gen Augmented Analytics](https://dcal.iimb.ac.in/baiconf2022/full_papers/2346.pdf)
@@ -60,6 +57,8 @@ print("Output generic SQL query: {}".format(output))
60
  # output
61
  "SELECT COUNT(c0) FROM TABLE WHERE c4 = v4"
62
 
 
 
63
  ## Intended uses & limitations
64
 
65
  More information needed
 
9
  - wikisql
10
  ---
11
 
 
 
 
12
  ## Paper
13
 
14
  ## [NatSight: A framework for building domain agnostic Natural Language Interface to Databases for next-gen Augmented Analytics](https://dcal.iimb.ac.in/baiconf2022/full_papers/2346.pdf)
 
57
  # output
58
  "SELECT COUNT(c0) FROM TABLE WHERE c4 = v4"
59
 
60
+ ```
61
+
62
  ## Intended uses & limitations
63
 
64
  More information needed