Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -61,16 +61,17 @@ with st.sidebar:
|
|
61 |
This is the entity that has been extracted from your text data.
|
62 |
''')
|
63 |
|
64 |
-
with st.expander("start
|
65 |
st.write('''
|
66 |
-
This
|
67 |
''')
|
68 |
-
|
69 |
-
with st.expander("
|
70 |
st.write('''
|
71 |
-
|
72 |
''')
|
73 |
-
|
|
|
74 |
|
75 |
|
76 |
|
|
|
61 |
This is the entity that has been extracted from your text data.
|
62 |
''')
|
63 |
|
64 |
+
with st.expander("start"):
|
65 |
st.write('''
|
66 |
+
This is the index of the first character of the entity in your text data.
|
67 |
''')
|
68 |
+
|
69 |
+
with st.expander("end"):
|
70 |
st.write('''
|
71 |
+
This is the index of the character immediately after the last character of the entity.
|
72 |
''')
|
73 |
+
|
74 |
+
|
75 |
|
76 |
|
77 |
|