Spaces:
Sleeping
Sleeping
Yunus Serhat Bıçakçı
commited on
Commit
·
e99769f
1
Parent(s):
88cf40c
update
Browse files
pages/2_↔️_Comparision.py
CHANGED
@@ -71,7 +71,7 @@ with row1_col3:
|
|
71 |
)
|
72 |
|
73 |
|
74 |
-
row2_col1, row2_col2 = st.columns([1, 1])
|
75 |
|
76 |
with row2_col1:
|
77 |
longitude = "-0.1"
|
@@ -82,10 +82,16 @@ with row2_col1:
|
|
82 |
with row2_col2:
|
83 |
m2.set_center(longitude, latitude, zoomlevel)
|
84 |
|
85 |
-
|
|
|
|
|
|
|
86 |
|
87 |
with row3_col1:
|
88 |
m.to_streamlit()
|
89 |
|
90 |
with row3_col2:
|
|
|
|
|
|
|
91 |
m2.to_streamlit()
|
|
|
71 |
)
|
72 |
|
73 |
|
74 |
+
row2_col1, row2_col2, row2_col3 = st.columns([1, 1])
|
75 |
|
76 |
with row2_col1:
|
77 |
longitude = "-0.1"
|
|
|
82 |
with row2_col2:
|
83 |
m2.set_center(longitude, latitude, zoomlevel)
|
84 |
|
85 |
+
with row2_col3:
|
86 |
+
m2.set_center(longitude, latitude, zoomlevel)
|
87 |
+
|
88 |
+
row3_col1, row3_col2, row3_col3 = st.columns([1, 1])
|
89 |
|
90 |
with row3_col1:
|
91 |
m.to_streamlit()
|
92 |
|
93 |
with row3_col2:
|
94 |
+
m2.to_streamlit()
|
95 |
+
|
96 |
+
with row3_col3:
|
97 |
m2.to_streamlit()
|