Spaces:
Build error
Build error
Commit
·
df17ec4
1
Parent(s):
b30f704
updates
Browse files
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
|
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.\\
|