jishnuprakash commited on
Commit
df17ec4
·
1 Parent(s): b30f704
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ st.markdown("<h3 style='text-align: center; color: grey;'>Multi-label classifica
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 minimal user interface implemetation to view and interact with
31
  results obtained from fine-tuned BERT transformers trained on LEX GLUE: ECTHR_A dataset.
32
  Try inputing a text below and see the model predictions. You can also extract the location
33
  and Date entities from the text using the checkbox.\\
 
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
31
  results obtained from fine-tuned BERT transformers trained on LEX GLUE: ECTHR_A dataset.
32
  Try inputing a text below and see the model predictions. You can also extract the location
33
  and Date entities from the text using the checkbox.\\