minor change in warning
Browse files
app.py
CHANGED
@@ -135,7 +135,7 @@ with st.expander("Advanced Settings"):
|
|
135 |
|
136 |
if len(input_gdf) > 1:
|
137 |
with container:
|
138 |
-
st.warning(f"Only the first polygon in the KML
|
139 |
|
140 |
# input_geometry_idx = st.selectbox("Select the geometry", input_gdf.index, format_func=format_fn)
|
141 |
|
|
|
135 |
|
136 |
if len(input_gdf) > 1:
|
137 |
with container:
|
138 |
+
st.warning(f"Only the first polygon in the KML is processed; all other geometries are ignored.")
|
139 |
|
140 |
# input_geometry_idx = st.selectbox("Select the geometry", input_gdf.index, format_func=format_fn)
|
141 |
|