wenjun99 commited on
Commit
cb74fa9
·
verified ·
1 Parent(s): 369f5f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -69,7 +69,7 @@ def binary_labels_to_string(bits: list[int]) -> str:
69
  # === Streamlit App ===
70
 
71
  st.title("ASCII & Binary Label Converter")
72
- tab1, tab2, tab3, tab4, tab5 = st.tabs(["Text to Binary Labels (31)", "EF → Binary → String (31)", "Text to Binary Labels (32)", "EF → Binary (32)", "Binary → String"])
73
 
74
  # Tab 1: Text to Binary
75
  with tab1:
 
69
  # === Streamlit App ===
70
 
71
  st.title("ASCII & Binary Label Converter")
72
+ tab1, tab2, tab3, tab4, tab5, tab6 = st.tabs(["Text to Binary Labels (31)", "EF → Binary → String (31)", "Text to Binary Labels (32)", "EF → Binary (32)", "Binary → String", "Robot Script Generator"])
73
 
74
  # Tab 1: Text to Binary
75
  with tab1: