Spaces:
Runtime error
Runtime error
ajitrajasekharan
commited on
Commit
•
e8fc520
1
Parent(s):
afe091e
Update app.py
Browse files
app.py
CHANGED
@@ -211,7 +211,7 @@ def main():
|
|
211 |
|
212 |
init_session_states()
|
213 |
|
214 |
-
st.markdown("<h3 style='text-align: center;'>NER 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 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)
|