Spaces:
Running
Running
Remove some text
Browse files- pages/Actor_Target.py +0 -3
pages/Actor_Target.py
CHANGED
@@ -44,9 +44,6 @@ def load_model_qa():
|
|
44 |
nlp = load_spacy_pipeline()
|
45 |
|
46 |
### App START
|
47 |
-
st.markdown("""# Rethinking the Event Coding Pipeline with Prompt Entailment
|
48 |
-
## Author: Anonymized for submission""")
|
49 |
-
|
50 |
st.markdown("### 1. Actor-target coding (experimental):")
|
51 |
@st.cache()
|
52 |
def load_qa_image():
|
|
|
44 |
nlp = load_spacy_pipeline()
|
45 |
|
46 |
### App START
|
|
|
|
|
|
|
47 |
st.markdown("### 1. Actor-target coding (experimental):")
|
48 |
@st.cache()
|
49 |
def load_qa_image():
|