ajitrajasekharan commited on
Commit
35a5cd4
·
1 Parent(s): 08b9f95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -60,9 +60,9 @@ def get_bert_prediction(input_text,top_k):
60
  except Exception as error:
61
  pass
62
 
63
- st.title("Qualitative evaluation of Pretrained BERT models")
64
  st.markdown("""
65
- <a href="https://ajitrajasekharan.github.io/2021/01/02/my-first-post.html"><small style="font-size:18px; color: #8f8f8f">This app is used to qualitatively examine the performance of pretrained models to do NER , <b>with no fine tuning</b></small></a>
66
  """, unsafe_allow_html=True)
67
  st.write("Incomplete. Work in progress...")
68
  #st.write("https://ajitrajasekharan.github.io/2021/01/02/my-first-post.html")
 
60
  except Exception as error:
61
  pass
62
 
63
+ st.markdown("<h3 style='text-align: center;'>Qualitative evaluation of Pretrained BERT models</h3>", unsafe_allow_html=True)
64
  st.markdown("""
65
+ <small style="font-size:18px; color: #8f8f8f">This app is used to qualitatively examine the performance of pretrained models to do NER , <a href="https://ajitrajasekharan.github.io/2021/01/02/my-first-post.html"><b>with no fine tuning</b></small></a>
66
  """, unsafe_allow_html=True)
67
  st.write("Incomplete. Work in progress...")
68
  #st.write("https://ajitrajasekharan.github.io/2021/01/02/my-first-post.html")