Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
-
"
|
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.
|