Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ def main():
|
|
| 34 |
|
| 35 |
|
| 36 |
st.title("Search")
|
| 37 |
-
df_properties = pd.read_csv("
|
| 38 |
df_options = st.session_state.get("df_options", [st.session_state['user_select_value']] + df_properties.google_ola.tolist())
|
| 39 |
|
| 40 |
# search_options = [""] + options
|
|
|
|
| 34 |
|
| 35 |
|
| 36 |
st.title("Search")
|
| 37 |
+
df_properties = pd.read_csv("all_data_with_market.csv", encoding='utf-8')
|
| 38 |
df_options = st.session_state.get("df_options", [st.session_state['user_select_value']] + df_properties.google_ola.tolist())
|
| 39 |
|
| 40 |
# search_options = [""] + options
|