w3robotics commited on
Commit
8f4bce1
·
verified ·
1 Parent(s): 0cf3173

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +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
36
  @st.dialog("Files used by AI")
 
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
36
  @st.dialog("Files used by AI")