Borya-Goldarb commited on
Commit
a6019ab
·
verified ·
1 Parent(s): 709cafb

Update pages/comps_data.py

Browse files
Files changed (1) hide show
  1. pages/comps_data.py +3 -5
pages/comps_data.py CHANGED
@@ -136,17 +136,15 @@ def main():
136
 
137
  # Render the map
138
  folium_static(m)
139
- col_2_1, col_2_2, col_2_3 = st.columns([1, 1, 1])
140
  with col_2_1:
141
  option = st.radio("Add comps:", (":rainbow[On]", ":rainbow[Off]"), horizontal=True, index=1)
142
 
143
  with col_2_2:
144
- if st.button("Comps"):
145
  st.switch_page("pages/comps_data.py")
146
 
147
- # Add the second button on the right side
148
- with col_2_3:
149
- st.button("Right Button")
150
  if option == ":rainbow[On]":
151
  col_3_1, col_3_2, col_3_3 = st.columns([5,1,5])
152
  with col_3_1:
 
136
 
137
  # Render the map
138
  folium_static(m)
139
+ col_2_1, col_2_2 = st.columns([8, 1])
140
  with col_2_1:
141
  option = st.radio("Add comps:", (":rainbow[On]", ":rainbow[Off]"), horizontal=True, index=1)
142
 
143
  with col_2_2:
144
+ if st.button("Rexy"):
145
  st.switch_page("pages/comps_data.py")
146
 
147
+
 
 
148
  if option == ":rainbow[On]":
149
  col_3_1, col_3_2, col_3_3 = st.columns([5,1,5])
150
  with col_3_1: