Spaces:
Sleeping
Sleeping
Update pages/market_rent_estimation.py
Browse files
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/
|
| 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:
|