ajitrajasekharan commited on
Commit
9802396
1 Parent(s): 47aa73e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -219,14 +219,14 @@ def main():
219
 
220
 
221
 
222
- #input_text = st.text_area(
223
- # label="Type any sentence",
224
- # on_change=on_text_change,key='my_text'
225
- # )
226
 
227
  st.markdown("""
228
  <small style="font-size:16px; color: #7f7f7f; text-align: left"><br/><br/>Models used: <br/>(1) <a href='https://huggingface.co/ajitrajasekharan/biomedical' target='_blank'>Biomedical model</a> pretrained on Pubmed,Clinical trials and BookCorpus subset.<br/>(2) Flair POS tagger</small>
229
- #""", unsafe_allow_html=True)
230
  st.markdown("""
231
  <h3 style="font-size:16px; color: #9f9f9f; text-align: center"><b> <a href='https://huggingface.co/spaces/ajitrajasekharan/Qualitative-pretrained-model-evaluation' target='_blank'>App link to examine pretrained models</a> used to perform NER without fine tuning</b></h3>
232
  """, unsafe_allow_html=True)
 
219
 
220
 
221
 
222
+ st.markdown("""
223
+ <small style="font-size:16px; color: #7f7f7f; text-align: left"><i> <b>Note:</b>In the example test sentences above, only biomedical entities are tagged for prediction;
224
+ PHI entities are not tagged. To see valid predictions for both biomedical and PHI entities <a href=https://huggingface.co/spaces/ajitrajasekharan/NER-Biomedical-PHI-Ensemble' target='_blank'>test this ensemble app</a></small>
225
+ """, unsafe_allow_html=True)
226
 
227
  st.markdown("""
228
  <small style="font-size:16px; color: #7f7f7f; text-align: left"><br/><br/>Models used: <br/>(1) <a href='https://huggingface.co/ajitrajasekharan/biomedical' target='_blank'>Biomedical model</a> pretrained on Pubmed,Clinical trials and BookCorpus subset.<br/>(2) Flair POS tagger</small>
229
+ """, unsafe_allow_html=True)
230
  st.markdown("""
231
  <h3 style="font-size:16px; color: #9f9f9f; text-align: center"><b> <a href='https://huggingface.co/spaces/ajitrajasekharan/Qualitative-pretrained-model-evaluation' target='_blank'>App link to examine pretrained models</a> used to perform NER without fine tuning</b></h3>
232
  """, unsafe_allow_html=True)