wenjun99 commited on
Commit
c7df11e
·
verified ·
1 Parent(s): 5217706

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -150,7 +150,7 @@ with tab2:
150
 
151
  edited_df = st.data_editor(ef_df, num_rows="dynamic")
152
 
153
- if st.button("Convert to Binary Labels"):
154
  binary_part = pd.DataFrame()
155
  for col in sorted(mutation_site_headers_actual):
156
  col_str = str(col)
@@ -307,7 +307,7 @@ with tab4:
307
 
308
  edited_df = st.data_editor(ef_df, num_rows="dynamic")
309
 
310
- if st.button("Convert to Binary Labels"):
311
  binary_part = pd.DataFrame()
312
  for col in sorted(mutation_site_headers_actual_3614):
313
  col_str = str(col)
 
150
 
151
  edited_df = st.data_editor(ef_df, num_rows="dynamic")
152
 
153
+ if st.button("Convert to Binary Labels", key="convert_button_tab2"):
154
  binary_part = pd.DataFrame()
155
  for col in sorted(mutation_site_headers_actual):
156
  col_str = str(col)
 
307
 
308
  edited_df = st.data_editor(ef_df, num_rows="dynamic")
309
 
310
+ if st.button("Convert to Binary Labels", key="convert_button_tab4"):
311
  binary_part = pd.DataFrame()
312
  for col in sorted(mutation_site_headers_actual_3614):
313
  col_str = str(col)