Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ def main():
|
|
| 29 |
st.session_state['LSF'] = 75000
|
| 30 |
|
| 31 |
st.title("Search")
|
| 32 |
-
df_properties = pd.read_csv("
|
| 33 |
# df_options = df_Atlanta.google_ola.values[:]
|
| 34 |
df_options = st.session_state.get("df_options", [st.session_state['user_select_value']] + df_properties.google_ola.tolist())
|
| 35 |
|
|
|
|
| 29 |
st.session_state['LSF'] = 75000
|
| 30 |
|
| 31 |
st.title("Search")
|
| 32 |
+
df_properties = pd.read_csv("market_underwriting_pred_short_atlanta.csv", encoding='utf-8')
|
| 33 |
# df_options = df_Atlanta.google_ola.values[:]
|
| 34 |
df_options = st.session_state.get("df_options", [st.session_state['user_select_value']] + df_properties.google_ola.tolist())
|
| 35 |
|