Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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()
|