ajitrajasekharan commited on
Commit
562b4f7
·
1 Parent(s): 5d22db2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -178,8 +178,8 @@ def main():
178
 
179
  init_session_states()
180
 
181
- st.markdown("<h4 style='text-align: center;'>NER tagging of PERSON,LOCATION,ORG etc.</h4>", unsafe_allow_html=True)
182
- st.markdown("<h5 style='text-align: center;'> Using a pretrained BERT model with <a href='https://ajitrajasekharan.github.io/2021/01/02/my-first-post.html'>no fine tuning</a><br/><br/></h5>", unsafe_allow_html=True)
183
 
184
 
185
 
 
178
 
179
  init_session_states()
180
 
181
+ st.markdown("<h4 style='text-align: center;'>NER of PERSON,LOCATION,ORG etc.</h4>", unsafe_allow_html=True)
182
+ st.markdown("<h5 style='text-align: center;'>Using a pretrained BERT model with <a href='https://ajitrajasekharan.github.io/2021/01/02/my-first-post.html'>no fine tuning</a><br/><br/></h5>", unsafe_allow_html=True)
183
 
184
 
185