wenjun99 commited on
Commit
20981db
·
verified ·
1 Parent(s): 05bc090

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -218,7 +218,7 @@ with tab2:
218
  st.download_button("Download CSV", df.to_csv(index=False), "image_binary_labels.csv")
219
 
220
  # Tab 3: EF → Binary
221
- with st.tabs(["Text to Binary Labels", "Image to Binary Labels", "EF → Binary"])[2]:
222
  st.write("Upload an Editing Frequency CSV or enter manually:")
223
  st.write("**Note:** Please upload CSV files **without column headers**, in ascending order from 3244 to 4455.")
224
  ef_file = st.file_uploader("Upload EF CSV", type=["csv"], key="ef")
 
218
  st.download_button("Download CSV", df.to_csv(index=False), "image_binary_labels.csv")
219
 
220
  # Tab 3: EF → Binary
221
+ with tab3:
222
  st.write("Upload an Editing Frequency CSV or enter manually:")
223
  st.write("**Note:** Please upload CSV files **without column headers**, in ascending order from 3244 to 4455.")
224
  ef_file = st.file_uploader("Upload EF CSV", type=["csv"], key="ef")