Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ class DataManager:
|
|
76 |
|
77 |
if not Path(dataset_path).exists():
|
78 |
with st.spinner('Downloading dataset... This might take a few minutes...'):
|
79 |
-
url = "https://drive.google.com/file/d/
|
80 |
gdown.download(url, dataset_path, quiet=False)
|
81 |
|
82 |
data = pd.read_csv(dataset_path)
|
|
|
76 |
|
77 |
if not Path(dataset_path).exists():
|
78 |
with st.spinner('Downloading dataset... This might take a few minutes...'):
|
79 |
+
url = "https://drive.google.com/file/d/1KEJPaCtNB-uOFjcEOOvxhD2bxW-xzXtJ/view?usp=drive_link"
|
80 |
gdown.download(url, dataset_path, quiet=False)
|
81 |
|
82 |
data = pd.read_csv(dataset_path)
|