Spaces:
Runtime error
Runtime error
Commit
·
3a0e9db
1
Parent(s):
8dd94d9
Update app.py
Browse files
app.py
CHANGED
|
@@ -106,8 +106,8 @@ if text:
|
|
| 106 |
st.markdown(htmlBase,unsafe_allow_html=True)
|
| 107 |
|
| 108 |
st.write("\n")
|
| 109 |
-
st.caption('
|
| 110 |
-
st.caption('
|
| 111 |
|
| 112 |
|
| 113 |
st.write("\n\n")
|
|
|
|
| 106 |
st.markdown(htmlBase,unsafe_allow_html=True)
|
| 107 |
|
| 108 |
st.write("\n")
|
| 109 |
+
st.caption("'B' means Beginning of an entity")
|
| 110 |
+
st.caption("'I' means Inside of an entity")
|
| 111 |
|
| 112 |
|
| 113 |
st.write("\n\n")
|