silvia.fallone commited on
Commit
6ddcac2
Β·
1 Parent(s): b4bcbd8

Fixed comment

Browse files
Files changed (1) hide show
  1. app/pages/0_🌍_AOIs.py +1 -1
app/pages/0_🌍_AOIs.py CHANGED
@@ -74,7 +74,7 @@ elif radio_selection == "Create New Area":
74
  },
75
  ).add_to(folium_map)
76
 
77
- new_area_name = st.text_input("Area name") #TODO: this is where we need to enforce unique AOI names
78
 
79
  # Check if the name already exists
80
  existing_names = [aoi["name"] for aoi in st.session_state["all_aois"].values()]
 
74
  },
75
  ).add_to(folium_map)
76
 
77
+ new_area_name = st.text_input("Area name")
78
 
79
  # Check if the name already exists
80
  existing_names = [aoi["name"] for aoi in st.session_state["all_aois"].values()]