kendrickfff commited on
Commit
91ca776
·
verified ·
1 Parent(s): 968fed8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ kaggle_dir = os.path.expanduser("~/.kaggle")
18
  if not os.path.exists(kaggle_dir):
19
  os.makedirs(kaggle_dir)
20
 
21
- Copy the kaggle.json file to the ~/.kaggle directory
22
  kaggle_json_path = "kaggle.json"
23
  kaggle_dest_path = os.path.join(kaggle_dir, "kaggle.json")
24
 
 
18
  if not os.path.exists(kaggle_dir):
19
  os.makedirs(kaggle_dir)
20
 
21
+ # Copy the kaggle.json file to the ~/.kaggle directory
22
  kaggle_json_path = "kaggle.json"
23
  kaggle_dest_path = os.path.join(kaggle_dir, "kaggle.json")
24