w3robotics commited on
Commit
7fca317
·
verified ·
1 Parent(s): 8f4bce1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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