tommasobaldi commited on
Commit
bf8859b
1 Parent(s): 95dce8c

working on text splitting

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -71,10 +71,8 @@ def main() -> None:
71
 
72
  if "target_text" not in st.session_state:
73
  st.session_state.target_text = ""
74
- if "sentence_lenght" not in st.session_state:
75
- st.session_state.sentence_length = 15
76
  if "sample_choice" not in st.session_state:
77
- st.session_state.sentence_length = ""
78
 
79
  st.header("Input")
80
  sample_choice = st.selectbox(
 
71
 
72
  if "target_text" not in st.session_state:
73
  st.session_state.target_text = ""
 
 
74
  if "sample_choice" not in st.session_state:
75
+ st.session_state.sample_choice = ""
76
 
77
  st.header("Input")
78
  sample_choice = st.selectbox(