Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -30,6 +30,7 @@ def delete_file():
|
|
30 |
st.write(file_details)
|
31 |
if st.button("Yes"):
|
32 |
os.remove(os.path.join(path,file_name))
|
|
|
33 |
st.rerun()
|
34 |
|
35 |
# File View
|
|
|
30 |
st.write(file_details)
|
31 |
if st.button("Yes"):
|
32 |
os.remove(os.path.join(path,file_name))
|
33 |
+
st.success("Removed File")
|
34 |
st.rerun()
|
35 |
|
36 |
# File View
|