Borya-Goldarb commited on
Commit
fbb1046
·
verified ·
1 Parent(s): cf92803

Update pages/market_rent_estimation.py

Browse files
Files changed (1) hide show
  1. pages/market_rent_estimation.py +1 -1
pages/market_rent_estimation.py CHANGED
@@ -42,7 +42,7 @@ def main():
42
  # Add the first button on the left side
43
  with col1:
44
  if st.button("Submit"):
45
- st.switch_page("pages/market_rent_estimation.py")
46
 
47
  # Add the second button on the right side
48
  with col2:
 
42
  # Add the first button on the left side
43
  with col1:
44
  if st.button("Submit"):
45
+ st.switch_page("pages/comps_data.py")
46
 
47
  # Add the second button on the right side
48
  with col2: