Spaces:
Sleeping
Sleeping
Update pages/market_rent_estimation.py
Browse files
pages/market_rent_estimation.py
CHANGED
|
@@ -145,17 +145,17 @@ def main():
|
|
| 145 |
|
| 146 |
# Add the GeoJson and Popup to the map
|
| 147 |
geojson.add_child(popup).add_to(m)
|
| 148 |
-
|
| 149 |
# Add layer control to toggle marker visibility
|
| 150 |
folium.LayerControl().add_to(m)
|
| 151 |
-
|
| 152 |
# Render the map
|
| 153 |
folium_static(m)
|
| 154 |
-
|
| 155 |
back_to_serach_tab2 = st.button("Search page ")
|
| 156 |
if back_to_serach_tab2:
|
| 157 |
st.switch_page("app.py")
|
| 158 |
-
|
| 159 |
with tab2:
|
| 160 |
st.title('Combined estimation')
|
| 161 |
if 'user_select_value' not in st.session_state:
|
|
|
|
| 145 |
|
| 146 |
# Add the GeoJson and Popup to the map
|
| 147 |
geojson.add_child(popup).add_to(m)
|
| 148 |
+
|
| 149 |
# Add layer control to toggle marker visibility
|
| 150 |
folium.LayerControl().add_to(m)
|
| 151 |
+
|
| 152 |
# Render the map
|
| 153 |
folium_static(m)
|
| 154 |
+
|
| 155 |
back_to_serach_tab2 = st.button("Search page ")
|
| 156 |
if back_to_serach_tab2:
|
| 157 |
st.switch_page("app.py")
|
| 158 |
+
|
| 159 |
with tab2:
|
| 160 |
st.title('Combined estimation')
|
| 161 |
if 'user_select_value' not in st.session_state:
|