AIEcosystem commited on
Commit
a5f44d8
·
verified ·
1 Parent(s): 4edd1cc

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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
  ''')