Spaces:
Runtime error
Runtime error
ajitrajasekharan
commited on
Commit
•
dc63d14
1
Parent(s):
9802396
Update app.py
Browse files
app.py
CHANGED
@@ -219,7 +219,7 @@ def main():
|
|
219 |
|
220 |
|
221 |
|
222 |
-
|
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)
|
|
|
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)
|