AIEcosystem commited on
Commit
f80b7d8
·
verified ·
1 Parent(s): 968c503

Update src/streamlit_app.py

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