Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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('
|
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')
|