frankjosh commited on
Commit
6fa6709
·
verified ·
1 Parent(s): 4c8e2ac

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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/1pPYlUEtIA3bi8iLVKqzF-37sHoaOhTZz/view?usp=sharing"
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)