ajitrajasekharan commited on
Commit
7b46aeb
·
1 Parent(s): 2f4e364

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -178,7 +178,7 @@ def main():
178
 
179
  init_session_states()
180
 
181
- st.markdown("<h3 style='text-align: center;'>NER using pretrained models with <a href='https://ajitrajasekharan.github.io/2021/01/02/my-first-post.html'>no fine tuning</a><br/><br/></h3>", unsafe_allow_html=True)
182
 
183
 
184
 
 
178
 
179
  init_session_states()
180
 
181
+ st.markdown("<h3 style='text-align: center;'>NER 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/></h3>", unsafe_allow_html=True)
182
 
183
 
184