asoria HF staff commited on
Commit
639f8ea
·
verified ·
1 Parent(s): c10fa06

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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. The SQL output should replace all table names with parquet file {first_parquet_url}
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: