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/
|
80 |
gdown.download(url, dataset_path, quiet=False)
|
81 |
|
82 |
data = pd.read_csv(dataset_path)
|
@@ -264,7 +264,7 @@ def load_dataset():
|
|
264 |
|
265 |
if not Path(dataset_path).exists():
|
266 |
with st.spinner('Downloading dataset... This might take a few minutes...'):
|
267 |
-
url = "/
|
268 |
gdown.download(url, dataset_path, quiet=False)
|
269 |
|
270 |
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/1pPYlUEtIA3bi8iLVKqzF-37sHoaOhTZz/view?usp=sharing"
|
80 |
gdown.download(url, dataset_path, quiet=False)
|
81 |
|
82 |
data = pd.read_csv(dataset_path)
|
|
|
264 |
|
265 |
if not Path(dataset_path).exists():
|
266 |
with st.spinner('Downloading dataset... This might take a few minutes...'):
|
267 |
+
url = "https://drive.google.com/file/d/1pPYlUEtIA3bi8iLVKqzF-37sHoaOhTZz/view?usp=sharing"
|
268 |
gdown.download(url, dataset_path, quiet=False)
|
269 |
|
270 |
data = pd.read_csv(dataset_path)
|