Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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")
|