Preechanon Chatthai
commited on
Update app.py
Browse files
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("
|
| 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")
|