Seetha commited on
Commit
18037dc
·
1 Parent(s): 6a9a56b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,5 +21,5 @@ st.write(df)
21
 
22
  HF_TOKEN = os.environ.get("HF_TOKEN")
23
  st.write("is none?", HF_TOKEN is None)
24
- HfApi().delete_file(path_in_repo = 'https://huggingface.co/datasets/Seetha/visual_cs/raw/main/final_data.csv' ,repo_id = 'Seetha/visual_cs',token= HF_TOKEN,repo_type='dataset')
25
  st.write('file-deleted')
 
21
 
22
  HF_TOKEN = os.environ.get("HF_TOKEN")
23
  st.write("is none?", HF_TOKEN is None)
24
+ HfApi().delete_file(path_in_repo = 'raw/main/final_data.csv' ,repo_id = 'Seetha/visual_cs',token= HF_TOKEN,repo_type='dataset')
25
  st.write('file-deleted')