w3robotics commited on
Commit
374569e
·
verified ·
1 Parent(s): eb42ed9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -82,7 +82,9 @@ with delete_column:
82
  }
83
  """,
84
  ):
85
- st.button("Delete", key='delete')
 
 
86
 
87
  with browse_column:
88
  with stylable_container(
 
82
  }
83
  """,
84
  ):
85
+ if st.button("Delete", key='delete'):
86
+ delete_file()
87
+
88
 
89
  with browse_column:
90
  with stylable_container(