Zeel commited on
Commit
0105922
1 Parent(s): 08dee16

minor change in warning

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 will be processed; all other geometries will be ignored.")
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