AdritRao commited on
Commit
fc8807b
·
1 Parent(s): 97f584b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -129,7 +129,7 @@ if uploaded_zip_file is not None:
129
 
130
  except Exception as e:
131
  st.error(f"Error: {str(e)}")
132
- finally:
133
- shutil.rmtree(temp_dir)
134
 
135
  st.write("Upload a ZIP file containing DICOM slices to view the images.")
 
129
 
130
  except Exception as e:
131
  st.error(f"Error: {str(e)}")
132
+ # finally:
133
+ # shutil.rmtree(temp_dir)
134
 
135
  st.write("Upload a ZIP file containing DICOM slices to view the images.")