Borya-Goldarb commited on
Commit
a7f2e72
·
verified ·
1 Parent(s): b2240c3

Update pages/market_rent_estimation.py

Browse files
Files changed (1) hide show
  1. pages/market_rent_estimation.py +6 -6
pages/market_rent_estimation.py CHANGED
@@ -20,13 +20,13 @@ def main():
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:
 
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: