Spaces:
Sleeping
Sleeping
Yunus Serhat Bıçakçı
commited on
Commit
·
0564f51
1
Parent(s):
44e3b96
update
Browse files
pages/2_↔️_Comparision.py
CHANGED
@@ -61,8 +61,8 @@ with row1_col2:
|
|
61 |
row2_col1, row2_col2 = st.columns([1, 1])
|
62 |
|
63 |
with row2_col1:
|
64 |
-
longitude =
|
65 |
-
latitude =
|
66 |
zoomlevel = st.number_input("Zoom", 0, 20, 10)
|
67 |
m.set_center(longitude, latitude, zoomlevel)
|
68 |
|
|
|
61 |
row2_col1, row2_col2 = st.columns([1, 1])
|
62 |
|
63 |
with row2_col1:
|
64 |
+
longitude = "-0.1"
|
65 |
+
latitude = "51.50"
|
66 |
zoomlevel = st.number_input("Zoom", 0, 20, 10)
|
67 |
m.set_center(longitude, latitude, zoomlevel)
|
68 |
|