Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 =
|
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 = DATA_FILENAME ,repo_id = 'Seetha/visual_cs',token= HF_TOKEN,repo_type='dataset')
|
25 |
st.write('file-deleted')
|