Spaces:
Starting
Starting
Update src/streamlit_app.py
Browse files- 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 |
''')
|