Spaces:
Sleeping
Sleeping
Update pages/comps_data.py
Browse files- pages/comps_data.py +1 -1
pages/comps_data.py
CHANGED
|
@@ -154,7 +154,7 @@ def main():
|
|
| 154 |
)
|
| 155 |
with col_3_2:
|
| 156 |
if st.button("Add comps", help="Click to add more comps"):
|
| 157 |
-
filtered_data1 = pd.concat([filtered_data, test])
|
| 158 |
filtered_data.update(filtered_data1)
|
| 159 |
# st.write(test)
|
| 160 |
with col_3_3:
|
|
|
|
| 154 |
)
|
| 155 |
with col_3_2:
|
| 156 |
if st.button("Add comps", help="Click to add more comps"):
|
| 157 |
+
filtered_data1 = pd.concat([filtered_data, test.drop(columns=['favorite'])])
|
| 158 |
filtered_data.update(filtered_data1)
|
| 159 |
# st.write(test)
|
| 160 |
with col_3_3:
|