chrisaldikaraharja commited on
Commit
e4a7fa5
·
verified ·
1 Parent(s): 0c34afd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.download_dataset("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"
 
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"