Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -246,11 +246,11 @@ def main():
|
|
246 |
display_map(output_path, temp_filepath)
|
247 |
|
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__":
|
256 |
main()
|
|
|
246 |
display_map(output_path, temp_filepath)
|
247 |
|
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__":
|
256 |
main()
|