nielklug commited on
Commit
a1ba772
·
1 Parent(s): 076c36d
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ if text:
38
  # t = Tree.fromstring(re.sub(r'(-\w+)+', '', mod_tree))
39
  # t = Tree.fromstring(mod_tree)
40
 
41
- tree_svg = TreePrettyPrinter(t).svg(nodecolor='black', leafcolor='black', funccolor='black')
42
 
43
  col1 = st.columns(1)[0]
44
  col1.header("POS tagging result:")
 
38
  # t = Tree.fromstring(re.sub(r'(-\w+)+', '', mod_tree))
39
  # t = Tree.fromstring(mod_tree)
40
 
41
+ # tree_svg = TreePrettyPrinter(t).svg(nodecolor='black', leafcolor='black', funccolor='black')
42
 
43
  col1 = st.columns(1)[0]
44
  col1.header("POS tagging result:")