ajitrajasekharan commited on
Commit
7b42b56
1 Parent(s): 739fa69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -248,7 +248,7 @@ def main():
248
 
249
 
250
 
251
- st.markdown("""
252
  <small style="font-size:16px; color: #8f8f8f; text-align: left"><i><b>Note:</b> The example sentences in the pull-down above test biomedical & PHI entities. To see valid predictions specifically for biomedical entities <a href='https://huggingface.co/spaces/ajitrajasekharan/self-supervised-ner-biomedical' target='_blank'>use this app</a>. For PHI entities only (Person,location, Organization) <a href='https://huggingface.co/spaces/ajitrajasekharan/self-supervised-ner-PER-ORG-LOC' target='_blank'>use this app</a> </i></small>
253
  """, unsafe_allow_html=True)
254
 
248
 
249
 
250
 
251
+ st.markdown("""
252
  <small style="font-size:16px; color: #8f8f8f; text-align: left"><i><b>Note:</b> The example sentences in the pull-down above test biomedical & PHI entities. To see valid predictions specifically for biomedical entities <a href='https://huggingface.co/spaces/ajitrajasekharan/self-supervised-ner-biomedical' target='_blank'>use this app</a>. For PHI entities only (Person,location, Organization) <a href='https://huggingface.co/spaces/ajitrajasekharan/self-supervised-ner-PER-ORG-LOC' target='_blank'>use this app</a> </i></small>
253
  """, unsafe_allow_html=True)
254