Update app.py
Browse files
app.py
CHANGED
@@ -6,7 +6,7 @@ from collections import defaultdict
|
|
6 |
import kagglehub
|
7 |
|
8 |
# Step 1: Download the latest version of the dataset and get the path
|
9 |
-
path = kagglehub.
|
10 |
|
11 |
# Step 2: Define the dataset folder path
|
12 |
dataset_folder = "/home/user/.cache/kagglehub/datasets/ashpalsingh1525/imdb-movies-dataset/versions/1"
|
|
|
6 |
import kagglehub
|
7 |
|
8 |
# Step 1: Download the latest version of the dataset and get the path
|
9 |
+
path = kagglehub.dataset_download("ashpalsingh1525/imdb-movies-dataset")
|
10 |
|
11 |
# Step 2: Define the dataset folder path
|
12 |
dataset_folder = "/home/user/.cache/kagglehub/datasets/ashpalsingh1525/imdb-movies-dataset/versions/1"
|