ando55 commited on
Commit
1286697
·
1 Parent(s): 81d3143

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ with st.form(key="my_form"):
67
  ce, c1, ce, c2, c3 = st.columns([0.07, 1, 0.07, 5, 0.07])
68
  with c1:
69
  ModelType = st.radio(
70
- "Choose the method of sentence split",
71
  ["pySBD (Default)", "full stop & linebreak"],
72
  help="""
73
  We have prepared 2 methods to break input text into sentences.
 
67
  ce, c1, ce, c2, c3 = st.columns([0.07, 1, 0.07, 5, 0.07])
68
  with c1:
69
  ModelType = st.radio(
70
+ "Select the sentence split method",
71
  ["pySBD (Default)", "full stop & linebreak"],
72
  help="""
73
  We have prepared 2 methods to break input text into sentences.