AIEcosystem commited on
Commit
9a09d37
·
verified ·
1 Parent(s): 9bdd431

Update src/streamlit_app.py

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