Wauplin HF staff commited on
Commit
7de5c67
1 Parent(s): 6cda51e
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ elif KAGGLE_JSON is not None:
16
  print(
17
  "KAGGLE_JSON is set as secret. Will be able to be authenticated when downloading files from Kaggle."
18
  )
19
- KAGGLE_JSON_PATH.mkdir(parents=True, exist_ok=True)
20
  KAGGLE_JSON_PATH.write_text(KAGGLE_JSON)
21
  else:
22
  print(
 
16
  print(
17
  "KAGGLE_JSON is set as secret. Will be able to be authenticated when downloading files from Kaggle."
18
  )
19
+ KAGGLE_JSON_PATH.parent.mkdir(parents=True, exist_ok=True)
20
  KAGGLE_JSON_PATH.write_text(KAGGLE_JSON)
21
  else:
22
  print(