frankjosh commited on
Commit
23dd327
·
verified ·
1 Parent(s): 6fa6709

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ class DataManager:
72
  def load_dataset():
73
  """Load and prepare dataset"""
74
  Path("data").mkdir(exist_ok=True)
75
- dataset_path = "/content/drive/MyDrive/practice_ml/filtered_dataset.csv"
76
 
77
  if not Path(dataset_path).exists():
78
  with st.spinner('Downloading dataset... This might take a few minutes...'):
 
72
  def load_dataset():
73
  """Load and prepare dataset"""
74
  Path("data").mkdir(exist_ok=True)
75
+ dataset_path = "https://drive.google.com/file/d/1KEJPaCtNB-uOFjcEOOvxhD2bxW-xzXtJ/view?usp=drive_link"
76
 
77
  if not Path(dataset_path).exists():
78
  with st.spinner('Downloading dataset... This might take a few minutes...'):