Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -85,7 +85,7 @@ def text2sql(dataset_name, query_input):
|
|
| 85 |
### Question:
|
| 86 |
{query_input}
|
| 87 |
|
| 88 |
-
### Response (use duckdb shorthand if possible) replace table name with {first_parquet_url} in the generated sql query:
|
| 89 |
"""
|
| 90 |
try:
|
| 91 |
sql_output = query_remote_model(text)
|
|
|
|
| 85 |
### Question:
|
| 86 |
{query_input}
|
| 87 |
|
| 88 |
+
### Response (use duckdb shorthand if possible) replace "data" table name with {first_parquet_url} in the generated sql query:
|
| 89 |
"""
|
| 90 |
try:
|
| 91 |
sql_output = query_remote_model(text)
|