Skip to content

Commit 773e199

Browse files
fix: Deleted files are visible on screen after clicking on delete button. (#1143)
1 parent f656241 commit 773e199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

code/backend/pages/03_Delete_Data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def load_css(file_path):
7373
)
7474
if len(files_to_delete) > 0:
7575
st.success("Deleted files: " + str(files_to_delete))
76-
76+
st.rerun()
7777
except Exception:
7878
logger.error(traceback.format_exc())
7979
st.error("Exception occurred deleting files.")

0 commit comments

Comments
 (0)