UnarineLeo commited on
Commit
fcf22fa
1 Parent(s): 1b080e5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ with col1:
28
  "\n".join(sample_sentences)
29
  )
30
 
31
- input_sentences = text_input.split(".")
32
 
33
  if st.button("Submit"):
34
  result = fill_mask(input_sentences)
 
28
  "\n".join(sample_sentences)
29
  )
30
 
31
+ input_sentences = text_input.split("\n")
32
 
33
  if st.button("Submit"):
34
  result = fill_mask(input_sentences)