clef commited on
Commit
ff1c674
·
1 Parent(s): 6beb1f3

Update affiliations

Browse files
Files changed (1) hide show
  1. Data_Loading.py +4 -3
Data_Loading.py CHANGED
@@ -17,9 +17,10 @@ codebook = {}
17
  st.markdown(
18
  """
19
  # Codebook Creation/Edition Tool based on the PR-ENT Approach.
20
- ### *Rethinking the Event Coding Pipeline with Prompt Entailment*; Clément Lefebvre, Niklas Stoehr
21
- ##### ARXIV LINK HERE
22
- ##### Contact: [email protected]
 
23
  ##### Version: 1.0
24
  """
25
  )
 
17
  st.markdown(
18
  """
19
  # Codebook Creation/Edition Tool based on the PR-ENT Approach.
20
+ ### *Rethinking the Event Coding Pipeline with Prompt Entailment*
21
+ ### ARXIV LINK HERE
22
+ ### Clément Lefebvre (Swiss Data Science Center)
23
+ ### Niklas Stoehr (ETH Zürich, https://niklas-stoehr.com/)
24
  ##### Version: 1.0
25
  """
26
  )