ajitrajasekharan commited on
Commit
1cc4362
1 Parent(s): f8e99fa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -6
app.py CHANGED
@@ -214,12 +214,10 @@ def main():
214
 
215
 
216
 
217
-
218
- #input_text = st.text_area(
219
- # label="Type any sentence",
220
- # on_change=on_text_change,key='my_text'
221
- # )
222
-
223
  st.markdown("""
224
  <small style="font-size:16px; color: #7f7f7f; text-align: left"><br/><br/>Models used: <br/>(1) Bert-base-cased (for PHI entities - Person/location/organization etc.)<br/>(2) Flair POS tagger</small>
225
  #""", unsafe_allow_html=True)
 
214
 
215
 
216
 
217
+ st.markdown("""
218
+ <small style="font-size:16px; color: #8f8f8f; text-align: left"><i><b>Note:</b> The example sentences in the pull-down above only test PHI entities. Biomedical entities are not tested since this model does not perform well on biomedical entities. To see valid predictions for both biomedical and PHI entities <a href='https://huggingface.co/spaces/ajitrajasekharan/NER-Biomedical-PHI-Ensemble' target='_blank'>use this ensemble app</a></i></small>
219
+ """, unsafe_allow_html=True)
220
+
 
 
221
  st.markdown("""
222
  <small style="font-size:16px; color: #7f7f7f; text-align: left"><br/><br/>Models used: <br/>(1) Bert-base-cased (for PHI entities - Person/location/organization etc.)<br/>(2) Flair POS tagger</small>
223
  #""", unsafe_allow_html=True)