UjjwalKGupta commited on
Commit
493782c
·
verified ·
1 Parent(s): acf9d02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -154,7 +154,7 @@ if uploaded_file is not None:
154
  polygon_info = validate_KML_file(gdf)
155
 
156
  if polygon_info["is_single_polygon"]==True:
157
- st.write("Uploaded KML file has single geometry.")
158
  st.write("It has bounds as {0:.6f}, {1:.6f}, {2:.6f}, and {3:.6f}.".format(
159
  polygon_info['corner_points'][0][0],
160
  polygon_info['corner_points'][0][1],
 
154
  polygon_info = validate_KML_file(gdf)
155
 
156
  if polygon_info["is_single_polygon"]==True:
157
+ st.write("Uploaded KML file has single polygon geometry.")
158
  st.write("It has bounds as {0:.6f}, {1:.6f}, {2:.6f}, and {3:.6f}.".format(
159
  polygon_info['corner_points'][0][0],
160
  polygon_info['corner_points'][0][1],