akazmi commited on
Commit
d93bd8c
·
verified ·
1 Parent(s): 80431b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ api = setup_kaggle_api()
41
  if api:
42
  dataset_name = "borismarjanovic/price-volume-data-for-all-us-stocks-etfs"
43
  try:
44
- # Download the dataset
45
  api.dataset_download_files(dataset_name, path=".", unzip=True)
46
 
47
  # Load dataset (adjust the filename if needed)
 
41
  if api:
42
  dataset_name = "borismarjanovic/price-volume-data-for-all-us-stocks-etfs"
43
  try:
44
+ # Download the dataset to the current directory (where app.py exists)
45
  api.dataset_download_files(dataset_name, path=".", unzip=True)
46
 
47
  # Load dataset (adjust the filename if needed)