Quazim0t0 commited on
Commit
cf110d3
·
verified ·
1 Parent(s): 913c11d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -270,7 +270,7 @@ with gr.Blocks() as demo:
270
  - Must include headers
271
  - First column will be used as the primary key
272
  - Column types will be automatically detected
273
-
274
  ### Based on ZennyKenny's SqlAgent
275
 
276
  ### SQL to CSV File Conversion
 
270
  - Must include headers
271
  - First column will be used as the primary key
272
  - Column types will be automatically detected
273
+ - Sample CSV Files: https://github.com/datablist/sample-csv-files
274
  ### Based on ZennyKenny's SqlAgent
275
 
276
  ### SQL to CSV File Conversion