Spaces:
Build error
Build error
Update script.py
Browse files
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
|
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:"))
|