clef commited on
Commit
9094d17
1 Parent(s): c5cf61f

Update affiliations

Browse files
Files changed (1) hide show
  1. PR_ENT.py +4 -3
PR_ENT.py CHANGED
@@ -41,9 +41,10 @@ nlp = load_spacy_pipeline()
41
  st.markdown(
42
  """
43
  # Demonstration dashboard of the PR-ENT Approach.
44
- ### *Rethinking the Event Coding Pipeline with Prompt Entailment*; Clément Lefebvre, Niklas Stoehr
45
- ##### ARXIV LINK HERE
46
- ##### Contact: clement.lefebvre@datascience.ch
 
47
  ##### Version: 1.0
48
  """
49
  )
 
41
  st.markdown(
42
  """
43
  # Demonstration dashboard of the PR-ENT Approach.
44
+ ### *Rethinking the Event Coding Pipeline with Prompt Entailment*
45
+ ### ARXIV LINK HERE
46
+ ### Clément Lefebvre (Swiss Data Science Center)
47
+ ### Niklas Stoehr (ETH Zürich, https://niklas-stoehr.com/)
48
  ##### Version: 1.0
49
  """
50
  )