sunwaee commited on
Commit
c652473
1 Parent(s): 02cc5af

changed default value of split

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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