Spaces:
Runtime error
Runtime error
Update affiliations
Browse files- 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
|
21 |
-
|
22 |
-
|
|
|
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 |
)
|