qanastek commited on
Commit
6cda240
1 Parent(s): e6c30c5
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ def main():
66
 
67
  st.header("Labels:")
68
  anns = getAnnotatedFromPOS(texts, labels)
69
- # annotated_text(*anns)
70
 
71
  st.header("JSON:")
72
  st.json(getDictFromPOS(texts, labels))
66
 
67
  st.header("Labels:")
68
  anns = getAnnotatedFromPOS(texts, labels)
69
+ annotated_text(anns)
70
 
71
  st.header("JSON:")
72
  st.json(getDictFromPOS(texts, labels))