HusnaManakkot commited on
Commit
0c3e781
1 Parent(s): 42d769a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -4,7 +4,6 @@ from datasets import load_dataset
4
 
5
  # Load the Spider dataset
6
  spider_dataset = load_dataset("spider", split='train') # Load a subset of the dataset
7
-
8
  # Extract schema information from the Spider dataset
9
  table_names = set()
10
  column_names = set()
 
4
 
5
  # Load the Spider dataset
6
  spider_dataset = load_dataset("spider", split='train') # Load a subset of the dataset
 
7
  # Extract schema information from the Spider dataset
8
  table_names = set()
9
  column_names = set()