amirali1985 commited on
Commit
5831615
·
1 Parent(s): 41200ae

small fixes.

Browse files
Files changed (2) hide show
  1. app.py +2 -2
  2. case_study_answers.json +0 -0
app.py CHANGED
@@ -21,7 +21,7 @@ import matplotlib.pyplot as plt
21
  DATA_PATH = Path("case_study_answers.json")
22
 
23
  HEXACO_ORDER = [
24
- "honesty_humility",
25
  "emotionality",
26
  "extraversion",
27
  "agreeableness",
@@ -30,7 +30,7 @@ HEXACO_ORDER = [
30
  ]
31
 
32
  TRAIT_LABELS = {
33
- "honesty_humility": "Honesty–Humility",
34
  "emotionality": "Emotionality",
35
  "extraversion": "Extraversion",
36
  "agreeableness": "Agreeableness",
 
21
  DATA_PATH = Path("case_study_answers.json")
22
 
23
  HEXACO_ORDER = [
24
+ "hh",
25
  "emotionality",
26
  "extraversion",
27
  "agreeableness",
 
30
  ]
31
 
32
  TRAIT_LABELS = {
33
+ "hh": "Honesty–Humility",
34
  "emotionality": "Emotionality",
35
  "extraversion": "Extraversion",
36
  "agreeableness": "Agreeableness",
case_study_answers.json CHANGED
The diff for this file is too large to render. See raw diff