Meteorama commited on
Commit
b5156d6
·
verified ·
1 Parent(s): 45a3c12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -9
app.py CHANGED
@@ -57,13 +57,5 @@ for file in files_list:
57
 
58
  st.markdown(table_html + "</table>", unsafe_allow_html=True)
59
 
60
- if st.button("Delete All Files"):
61
- files_list = glob(os.path.join(os.getcwd(),"files","*.*"))
62
- for f in files_list:
63
-
64
-
65
- if(os.path.exists(f)):
66
- os.remove(f)
67
-
68
  st.info("All files deleted!!! Refresh the page to see changes.")
69
-
 
57
 
58
  st.markdown(table_html + "</table>", unsafe_allow_html=True)
59
 
 
 
 
 
 
 
 
 
60
  st.info("All files deleted!!! Refresh the page to see changes.")
61
+ st.caption("Meteo Rama..!!")