Wootang01 commited on
Commit
362f717
·
1 Parent(s): e1bcc63

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -33,7 +33,7 @@ def getAnnotatedFromPOS(texts, labels):
33
  def main():
34
 
35
  st.title("Part of Speech Categorizer")
36
-
37
  checkpoint = st.selectbox("Choose model", checkpoints)
38
  model = get_model(checkpoint)
39
 
 
33
  def main():
34
 
35
  st.title("Part of Speech Categorizer")
36
+ st.write("Paste or type text, submit and the machine will attempt to identify parts of speech.")
37
  checkpoint = st.selectbox("Choose model", checkpoints)
38
  model = get_model(checkpoint)
39