davidmezzetti
commited on
Commit
•
49a4b29
1
Parent(s):
e43b653
Update app.py
Browse files
app.py
CHANGED
@@ -94,7 +94,7 @@ class Application:
|
|
94 |
options["minlength"] = self.number("Min length")
|
95 |
options["maxlength"] = self.number("Max length")
|
96 |
|
97 |
-
elif component == "segment:
|
98 |
st.sidebar.markdown("**Segment** \n*Split text into semantic units*")
|
99 |
|
100 |
options["sentences"] = st.sidebar.checkbox("Split sentences")
|
|
|
94 |
options["minlength"] = self.number("Min length")
|
95 |
options["maxlength"] = self.number("Max length")
|
96 |
|
97 |
+
elif component == "segment":
|
98 |
st.sidebar.markdown("**Segment** \n*Split text into semantic units*")
|
99 |
|
100 |
options["sentences"] = st.sidebar.checkbox("Split sentences")
|