Spaces:
Runtime error
Runtime error
changed default value of split
Browse files
app.py
CHANGED
@@ -83,7 +83,7 @@ if task == 'Questions/Answers Generation':
|
|
83 |
"forced Bohemond to retreat from his campaign and sign a peace "
|
84 |
"treaty with the Byzantines in the city of Deabolis. ", max_chars=2048,
|
85 |
height=250)
|
86 |
-
split = st.checkbox('Split into sentences')
|
87 |
|
88 |
if split:
|
89 |
# Split into sentences
|
|
|
83 |
"forced Bohemond to retreat from his campaign and sign a peace "
|
84 |
"treaty with the Byzantines in the city of Deabolis. ", max_chars=2048,
|
85 |
height=250)
|
86 |
+
split = st.checkbox('Split into sentences', value=True)
|
87 |
|
88 |
if split:
|
89 |
# Split into sentences
|