Seetha commited on
Commit
58f8cdf
·
1 Parent(s): a09ade1

Update app.py

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