AIEcosystem commited on
Commit
96bcf94
·
verified ·
1 Parent(s): af611d2

Update src/streamlit_app.py

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