Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ def text2sql(dataset_name, query_input):
|
|
76 |
ddl_create = result.iloc[0,0]
|
77 |
|
78 |
text = f"""### Instruction:
|
79 |
-
Your task is to generate valid duckdb SQL to answer the following question.
|
80 |
|
81 |
### Input:
|
82 |
Here is the database schema that the SQL query will run on:
|
|
|
76 |
ddl_create = result.iloc[0,0]
|
77 |
|
78 |
text = f"""### Instruction:
|
79 |
+
Your task is to generate valid duckdb SQL to answer the following question.
|
80 |
|
81 |
### Input:
|
82 |
Here is the database schema that the SQL query will run on:
|