asoria HF staff commited on
Commit
d502487
·
verified ·
1 Parent(s): 32490fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)