AIEcosystem commited on
Commit
e1718ce
·
verified ·
1 Parent(s): 06f6a47

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +0 -1
src/streamlit_app.py CHANGED
@@ -201,7 +201,6 @@ if st.button("Results"):
201
  - **text**: ['entity extracted from your text data']
202
  - **score**: ['accuracy score; how accurately a tag has been assigned to a given entity']
203
  - **label**: ['label (tag) assigned to a given extracted entity']
204
- - **category**: ['the high-level category for the label']
205
  - **start**: ['index of the start of the corresponding entity']
206
  - **end**: ['index of the end of the corresponding entity']
207
  ''')
 
201
  - **text**: ['entity extracted from your text data']
202
  - **score**: ['accuracy score; how accurately a tag has been assigned to a given entity']
203
  - **label**: ['label (tag) assigned to a given extracted entity']
 
204
  - **start**: ['index of the start of the corresponding entity']
205
  - **end**: ['index of the end of the corresponding entity']
206
  ''')