wenjun99 commited on
Commit
08696fc
·
verified ·
1 Parent(s): 098acd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")