Spaces:
Runtime error
Runtime error
Commit
·
5d22db2
1
Parent(s):
c1334f5
Update app.py
Browse files
app.py
CHANGED
@@ -178,8 +178,8 @@ def main():
|
|
178 |
|
179 |
init_session_states()
|
180 |
|
181 |
-
st.markdown("<
|
182 |
-
st.markdown("<
|
183 |
|
184 |
|
185 |
|
|
|
178 |
|
179 |
init_session_states()
|
180 |
|
181 |
+
st.markdown("<h4 style='text-align: center;'>NER tagging of PERSON,LOCATION,ORG etc.</h4>", unsafe_allow_html=True)
|
182 |
+
st.markdown("<h5 style='text-align: center;'> Using a pretrained BERT model with <a href='https://ajitrajasekharan.github.io/2021/01/02/my-first-post.html'>no fine tuning</a><br/><br/></h5>", unsafe_allow_html=True)
|
183 |
|
184 |
|
185 |
|