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