Borya-Goldarb commited on
Commit
0888f10
·
verified ·
1 Parent(s): 12e1aef

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -7,6 +7,8 @@ def get_market_submarket(df, google_ola):
7
  return filtered_row['market_costar'], filtered_row['submarket_costar']
8
 
9
  def main():
 
 
10
  def display_list_and_input():
11
  option_choice = st.selectbox("Select a property address", df_options)
12
  return option_choice
 
7
  return filtered_row['market_costar'], filtered_row['submarket_costar']
8
 
9
  def main():
10
+ st.set_page_config(initial_sidebar_state="collapsed")
11
+
12
  def display_list_and_input():
13
  option_choice = st.selectbox("Select a property address", df_options)
14
  return option_choice