Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -189,5 +189,5 @@ with tab2:
|
|
189 |
st.write(decoded_string)
|
190 |
|
191 |
st.subheader("Binary Labels (Ascending 3244→4882)")
|
192 |
-
st.dataframe(binary_part)
|
193 |
st.download_button("Download Ascending Order CSV", binary_part.to_csv(index=False), "ef_binary_labels_ascending.csv")
|
|
|
189 |
st.write(decoded_string)
|
190 |
|
191 |
st.subheader("Binary Labels (Ascending 3244→4882)")
|
192 |
+
st.dataframe(binary_part.style.applymap(color_binary))
|
193 |
st.download_button("Download Ascending Order CSV", binary_part.to_csv(index=False), "ef_binary_labels_ascending.csv")
|