Spaces:
Sleeping
Sleeping
Added sample data
Browse files- apps/timelapse.py +1 -3
apps/timelapse.py
CHANGED
@@ -247,9 +247,7 @@ def app():
|
|
247 |
"Continents": "continents",
|
248 |
"Countries": "countries",
|
249 |
"US States": "us_states",
|
250 |
-
"China
|
251 |
-
"China Administrative Boundary Level 1": "chn_admin_level1",
|
252 |
-
"China Administrative Boundary Level 2": "chn_admin_level2",
|
253 |
}
|
254 |
|
255 |
overlay = st.selectbox(
|
|
|
247 |
"Continents": "continents",
|
248 |
"Countries": "countries",
|
249 |
"US States": "us_states",
|
250 |
+
"China": "china",
|
|
|
|
|
251 |
}
|
252 |
|
253 |
overlay = st.selectbox(
|