satjawat commited on
Commit
42fcb82
1 Parent(s): 9bf9010

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def tokenize(text):
106
 
107
  model = model_()
108
  model.load_weights("cutto_tf2.h5")
109
- st.title("Cutto Thai word seggmentation.")
110
  text = st.text_area("Enter original text!")
111
  if st.button("cut it!!"):
112
  if text:
 
106
 
107
  model = model_()
108
  model.load_weights("cutto_tf2.h5")
109
+ st.title("Cutto Thai word segmentation.")
110
  text = st.text_area("Enter original text!")
111
  if st.button("cut it!!"):
112
  if text: