Spaces:
Sleeping
Sleeping
Update pages/market_rent_estimation.py
Browse files
pages/market_rent_estimation.py
CHANGED
|
@@ -20,13 +20,13 @@ def main():
|
|
| 20 |
|
| 21 |
|
| 22 |
with tab1:
|
| 23 |
-
|
| 24 |
-
|
| 25 |
with tab2:
|
| 26 |
-
|
| 27 |
-
|
| 28 |
-
|
| 29 |
-
|
| 30 |
# with tab1:
|
| 31 |
# st.title('Combined estimation')
|
| 32 |
# if 'user_select_value' not in st.session_state:
|
|
|
|
| 20 |
|
| 21 |
|
| 22 |
with tab1:
|
| 23 |
+
st.write('Comps list:')
|
| 24 |
+
display_df = st.table(df_properties)
|
| 25 |
with tab2:
|
| 26 |
+
st.write('Comps list:')
|
| 27 |
+
st.write('min_property_size_perc:', st.session_state['min_property_size_perc'])
|
| 28 |
+
st.write('max_property_size_perc:', st.session_state['max_property_size_perc'])
|
| 29 |
+
st.write('months_back:', st.session_state['months_back'])
|
| 30 |
# with tab1:
|
| 31 |
# st.title('Combined estimation')
|
| 32 |
# if 'user_select_value' not in st.session_state:
|