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

push warning up

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -134,7 +134,8 @@ with st.expander("Advanced Settings"):
134
  )
135
 
136
  if len(input_gdf) > 1:
137
- st.warning(f"Only the first polygon in the KML will be processed; all other geometries will be ignored.")
 
138
 
139
  # input_geometry_idx = st.selectbox("Select the geometry", input_gdf.index, format_func=format_fn)
140
 
 
134
  )
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