Borya-Goldarb commited on
Commit
026015e
·
verified ·
1 Parent(s): 1f83b6b

Update pages/market_rent_estimation.py

Browse files
Files changed (1) hide show
  1. pages/market_rent_estimation.py +4 -4
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: