Spaces:
Runtime error
Runtime error
Commit
·
f185ae2
1
Parent(s):
3a0e9db
Update app.py
Browse files
app.py
CHANGED
|
@@ -106,8 +106,9 @@ 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("")
|
| 110 |
+
st.caption("")
|
| 111 |
+
st.info("'B' means Beginning of an entity, 'I' means Inside of an entity", icon="ℹ️")
|
| 112 |
|
| 113 |
|
| 114 |
st.write("\n\n")
|