glitch0011 commited on
Commit
f185ae2
·
1 Parent(s): 3a0e9db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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("'B' means Beginning of an entity")
110
- st.caption("'I' means Inside of an entity")
 
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")