mouadenna commited on
Commit
be9ed94
·
verified ·
1 Parent(s): f6a2682

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -248,8 +248,8 @@ def main():
248
  # Clean up temporary files
249
  os.unlink(temp_filepath)
250
  st.write(f"Temporary file removed: {temp_filepath}")
251
- for file in shp_files:
252
- os.remove(os.path.join(TEMP_DIR, file))
253
  st.write("Temporary shapefile files removed")
254
 
255
  if __name__ == "__main__":
 
248
  # Clean up temporary files
249
  os.unlink(temp_filepath)
250
  st.write(f"Temporary file removed: {temp_filepath}")
251
+ #for file in shp_files:
252
+ #os.remove(os.path.join(TEMP_DIR, file))
253
  st.write("Temporary shapefile files removed")
254
 
255
  if __name__ == "__main__":