jishnuprakash commited on
Commit
6a956f9
·
1 Parent(s): d1e00d8

changed title

Browse files
Files changed (1) hide show
  1. app.py +3 -4
app.py CHANGED
@@ -18,13 +18,12 @@ from datasets import load_dataset
18
  from transformers import AutoTokenizer
19
  from pytorch_lightning.metrics.functional import accuracy
20
 
21
- st.set_page_config(page_title='NLP Challenge- JP', layout='wide', page_icon=':computer:')
22
  st.set_option('deprecation.showPyplotGlobalUse', False)
23
 
24
  #this is the header
25
- st.markdown("<h1 style='text-align: center; color: black;'>NLP Challenge - HM Land Registry</h1>", unsafe_allow_html=True)
26
- st.markdown("<h3 style='text-align: center; color: grey;'>Multi-label classification using BERT Transformers</h3>", unsafe_allow_html=True)
27
- st.markdown("<div style='text-align: center''> Submission by: Jishnu Prakash Kunnanath Poduvattil | Portfolio:<a href='https://jishnuprakash.github.io/'>jishnuprakash.github.io</a> | Source Code: <a href='https://github.com/Jishnuprakash/lexGLUE_jishnuprakash'>Github</a> </div>", unsafe_allow_html=True)
28
  st.text('')
29
  expander = st.expander("View Description")
30
  expander.write("""This is a user interface to view and interact with
 
18
  from transformers import AutoTokenizer
19
  from pytorch_lightning.metrics.functional import accuracy
20
 
21
+ st.set_page_config(page_title='Classification - BERT', layout='wide', page_icon=':computer:')
22
  st.set_option('deprecation.showPyplotGlobalUse', False)
23
 
24
  #this is the header
25
+ st.markdown("<h1 style='text-align: center; color: black;'>Multi-label classification using BERT Transformers</h1>", unsafe_allow_html=True)
26
+ st.markdown("<div style='text-align: center''> Author: Jishnu Prakash Kunnanath Poduvattil | Portfolio:<a href='https://jishnuprakash.github.io/'>jishnuprakash.github.io</a> | Source Code: <a href='https://github.com/Jishnuprakash/lexGLUE_jishnuprakash'>Github</a> </div>", unsafe_allow_html=True)
 
27
  st.text('')
28
  expander = st.expander("View Description")
29
  expander.write("""This is a user interface to view and interact with