ajitrajasekharan commited on
Commit
08984d9
1 Parent(s): e8fc520

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -211,7 +211,8 @@ def main():
211
 
212
  init_session_states()
213
 
214
- st.markdown("<h3 style='text-align: center;'>Biomedical and PHI NER ensemble using pretrained models with <a href='https://ajitrajasekharan.github.io/2021/01/02/my-first-post.html'>no fine tuning</a></h3>", unsafe_allow_html=True)
 
215
  #st.markdown("""
216
  #<h3 style="font-size:16px; color: #ff0000; text-align: center"><b>App under construction... (not in working condition yet)</b></h3>
217
  #""", unsafe_allow_html=True)
 
211
 
212
  init_session_states()
213
 
214
+ st.markdown("<h3 style='text-align: center;'>Biomedical and PHI NER ensemble</h3>", unsafe_allow_html=True)
215
+ st.markdown("<h4 style='text-align: center;'>Using pretrained models with <a href='https://ajitrajasekharan.github.io/2021/01/02/my-first-post.html'>no fine tuning</a></h3>", unsaf4_allow_html=True)
216
  #st.markdown("""
217
  #<h3 style="font-size:16px; color: #ff0000; text-align: center"><b>App under construction... (not in working condition yet)</b></h3>
218
  #""", unsafe_allow_html=True)