Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
|
|
4 |
import duckdb
|
5 |
|
6 |
# Load the Parquet dataset
|
7 |
-
dataset_path = '
|
8 |
|
9 |
# Load the dataset with DuckDB and get schema information
|
10 |
def load_dataset():
|
|
|
4 |
import duckdb
|
5 |
|
6 |
# Load the Parquet dataset
|
7 |
+
dataset_path = 'sample_contract_df.parquet' # Update with your Parquet file's path
|
8 |
|
9 |
# Load the dataset with DuckDB and get schema information
|
10 |
def load_dataset():
|