preechanon commited on
Commit
9bf9010
1 Parent(s): f305d34

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ text = st.text_area("Enter original text!")
111
  if st.button("cut it!!"):
112
  if text:
113
  words = tokenize(text)
114
- st.subheader("seggment:")
115
  st.write('|'.join(words))
116
  else:
117
  st.warning("Please enter some text to seggmentation")
 
111
  if st.button("cut it!!"):
112
  if text:
113
  words = tokenize(text)
114
+ st.subheader("Answer:")
115
  st.write('|'.join(words))
116
  else:
117
  st.warning("Please enter some text to seggmentation")