jason137 commited on
Commit
a233a6d
·
1 Parent(s): 749a38e

Update script.py

Browse files
Files changed (1) hide show
  1. script.py +1 -1
script.py CHANGED
@@ -12,7 +12,7 @@ TABLES = ['Album', 'Artist', 'Track']
12
 
13
  QUERIES = ("How many albums are there?"
14
  , "Which album has the most tracks?"
15
- , "What artist has the album with the 2nd most tracks?"
16
  )
17
 
18
  st.title(emoji.emojize(":robot_face: Text to SQL via LangChain :robot_face:"))
 
12
 
13
  QUERIES = ("How many albums are there?"
14
  , "Which album has the most tracks?"
15
+ , "What artist has the album with the most tracks?"
16
  )
17
 
18
  st.title(emoji.emojize(":robot_face: Text to SQL via LangChain :robot_face:"))