Spaces:
Sleeping
Sleeping
Update pages/comps_data.py
Browse files- pages/comps_data.py +3 -2
pages/comps_data.py
CHANGED
|
@@ -154,8 +154,9 @@ def main():
|
|
| 154 |
)
|
| 155 |
with col_3_2:
|
| 156 |
if st.button("Add comps", help="Click to add more comps"):
|
| 157 |
-
|
| 158 |
-
|
|
|
|
| 159 |
with col_3_3:
|
| 160 |
st.write('Filter definition')
|
| 161 |
|
|
|
|
| 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:
|
| 161 |
st.write('Filter definition')
|
| 162 |
|