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

Update pages/market_rent_estimation.py

Browse files
Files changed (1) hide show
  1. pages/market_rent_estimation.py +2 -1
pages/market_rent_estimation.py CHANGED
@@ -41,7 +41,8 @@ def main():
41
 
42
  # Add the first button on the left side
43
  with col1:
44
- st.button("Left Button")
 
45
 
46
  # Add the second button on the right side
47
  with col2:
 
41
 
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: