Spaces:
Running
Running
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -162,7 +162,7 @@ if st.session_state.show_results:
|
|
| 162 |
- **start**: ['index of the start of the corresponding entity']
|
| 163 |
- **end**: ['index of the end of the corresponding entity']
|
| 164 |
- **text**: ['entity extracted from your text data']
|
| 165 |
-
- **label**: ['label (tag) assigned to a given extracted entity']
|
| 166 |
- **score**: ['accuracy score; how accurately a tag has been assigned to a given entity']
|
| 167 |
|
| 168 |
''')
|
|
|
|
| 162 |
- **start**: ['index of the start of the corresponding entity']
|
| 163 |
- **end**: ['index of the end of the corresponding entity']
|
| 164 |
- **text**: ['entity extracted from your text data']
|
| 165 |
+
- **label**: ['label (tag) assigned to a given extracted entity']
|
| 166 |
- **score**: ['accuracy score; how accurately a tag has been assigned to a given entity']
|
| 167 |
|
| 168 |
''')
|