Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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(
|