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