TYPO
Browse files- apps/database_page.py +1 -1
apps/database_page.py
CHANGED
@@ -73,7 +73,7 @@ def process_kml_database(process_func, database_type):
|
|
73 |
process_func(uploaded_file)
|
74 |
execution_time = time.time() - start_time
|
75 |
st.write(
|
76 |
-
f"{database_type}
|
77 |
)
|
78 |
kml_download_button(database_type)
|
79 |
|
|
|
73 |
process_func(uploaded_file)
|
74 |
execution_time = time.time() - start_time
|
75 |
st.write(
|
76 |
+
f"{database_type} KML is generated. Execution time: {execution_time:.2f} seconds"
|
77 |
)
|
78 |
kml_download_button(database_type)
|
79 |
|