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