cholmes commited on
Commit
0ca3401
·
1 Parent(s): 74b9941

Revert "updates"

Browse files

This reverts commit 74b99416f9ce5f42586a0fc94bbdce7a3f8bc219.

Files changed (1) hide show
  1. fiboa/app.py +1 -1
fiboa/app.py CHANGED
@@ -51,7 +51,7 @@ Do not include an explanation. Do only use SQL functions that DuckDB supports.
51
  Use ONLY the column names that you can see in the table description.
52
  Do NOT query for columns that do not exist. Pay attention to which column is in which table.
53
 
54
- The only table you should use is called "crops".
55
  NEVER use the "testing" table. Pay close attention to this table schema.
56
 
57
  The column "area" is in the unit hectares, you may need to convert it to other units, e.g. square meters.
 
51
  Use ONLY the column names that you can see in the table description.
52
  Do NOT query for columns that do not exist. Pay attention to which column is in which table.
53
 
54
+ Tables include {table_info}. The data comes comes always from the table called "crops".
55
  NEVER use the "testing" table. Pay close attention to this table schema.
56
 
57
  The column "area" is in the unit hectares, you may need to convert it to other units, e.g. square meters.