LeonceNsh commited on
Commit
7161a9c
·
verified ·
1 Parent(s): b474ae1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import gradio as gr
4
  import duckdb
5
 
6
  # Load the Parquet dataset
7
- dataset_path = '/content/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():
 
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():