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