st.write("Upload a zipped Shapefile to extract its attribute table and convert it to a CSV file.") uploaded_file = st.file_uploader("Choose a zipped Shapefile", type="zip") ...