Spaces:
Sleeping
Sleeping
Yunus Serhat Bıçakçı
commited on
Commit
·
dcc1ecb
1
Parent(s):
1cf228e
update
Browse files- pages/4_Test.py +0 -2
pages/4_Test.py
CHANGED
|
@@ -56,8 +56,6 @@ if uploaded_geojson:
|
|
| 56 |
|
| 57 |
selected_map_1 = st.selectbox("Select data for Map 1", map_choices)
|
| 58 |
selected_map_2 = st.selectbox("Select data for Map 2", map_choices)
|
| 59 |
-
# Load the dataset to determine available columns
|
| 60 |
-
import geopandas as gpd
|
| 61 |
|
| 62 |
if selected_map_1 == "Uploaded GeoJSON":
|
| 63 |
gdf_1 = gpd.GeoDataFrame.from_features(uploaded_geojson)
|
|
|
|
| 56 |
|
| 57 |
selected_map_1 = st.selectbox("Select data for Map 1", map_choices)
|
| 58 |
selected_map_2 = st.selectbox("Select data for Map 2", map_choices)
|
|
|
|
|
|
|
| 59 |
|
| 60 |
if selected_map_1 == "Uploaded GeoJSON":
|
| 61 |
gdf_1 = gpd.GeoDataFrame.from_features(uploaded_geojson)
|