Spaces:
Sleeping
Sleeping
Update pages/market_rent_estimation.py
Browse files
pages/market_rent_estimation.py
CHANGED
|
@@ -41,7 +41,7 @@ def main():
|
|
| 41 |
|
| 42 |
# Add the first button on the left side
|
| 43 |
with col1:
|
| 44 |
-
if st.button("
|
| 45 |
st.switch_page("pages/comps_data.py")
|
| 46 |
|
| 47 |
# Add the second button on the right side
|
|
|
|
| 41 |
|
| 42 |
# Add the first button on the left side
|
| 43 |
with col1:
|
| 44 |
+
if st.button("Comps"):
|
| 45 |
st.switch_page("pages/comps_data.py")
|
| 46 |
|
| 47 |
# Add the second button on the right side
|