nlpblogs commited on
Commit
77bbf28
·
verified ·
1 Parent(s): a70f981

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -56,12 +56,12 @@ with st.sidebar:
56
  This indicates the confidence level that a tag has been assigned to an entity.
57
  ''')
58
 
59
- with st.expander("word"):
60
  st.write('''
61
  This is the entity that has been extracted from your text data.
62
  ''')
63
 
64
- with st.expander("start-end"):
65
  st.write('''
66
  This indicates the postiion of the entity in your text data.
67
  ''')
 
56
  This indicates the confidence level that a tag has been assigned to an entity.
57
  ''')
58
 
59
+ with st.expander("word"):
60
  st.write('''
61
  This is the entity that has been extracted from your text data.
62
  ''')
63
 
64
+ with st.expander("start-end"):
65
  st.write('''
66
  This indicates the postiion of the entity in your text data.
67
  ''')