Cicciokr commited on
Commit
332e11b
·
verified ·
1 Parent(s): b97d9f7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -95,7 +95,7 @@ if input_text:
95
  f"- **Token**: {w.string}\n"
96
  f" - Lemma: {w.lemma}\n"
97
  f" - UPOS: {w.upos}\n"
98
- f" - Morph: {w.feats}\n"
99
  )
100
  st.write("---")
101
  else:
 
95
  f"- **Token**: {w.string}\n"
96
  f" - Lemma: {w.lemma}\n"
97
  f" - UPOS: {w.upos}\n"
98
+ f" - Morph: {w.features}\n"
99
  )
100
  st.write("---")
101
  else: