Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
60 |
st.write('''
|
61 |
This is the entity that has been extracted from your text data.
|
62 |
''')
|
63 |
|
64 |
-
|
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 |
''')
|