Borya-Goldarb commited on
Commit
782197f
·
verified ·
1 Parent(s): 4ec44ba

Update pages/comps_data.py

Browse files
Files changed (1) hide show
  1. 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')