Update app.py
Browse files
app.py
CHANGED
|
@@ -50,33 +50,33 @@ device = None
|
|
| 50 |
|
| 51 |
# Personality questions
|
| 52 |
ext_questions = {
|
| 53 |
-
'EXT1': '
|
| 54 |
-
'EXT2': '
|
| 55 |
-
'EXT3': '
|
| 56 |
}
|
| 57 |
|
| 58 |
est_questions = {
|
| 59 |
-
'EST1': '
|
| 60 |
-
'EST2': '
|
| 61 |
-
'EST3': '
|
| 62 |
}
|
| 63 |
|
| 64 |
agr_questions = {
|
| 65 |
-
'AGR1': '
|
| 66 |
-
'AGR2': '
|
| 67 |
-
'AGR3': '
|
| 68 |
}
|
| 69 |
|
| 70 |
csn_questions = {
|
| 71 |
-
'CSN1': '
|
| 72 |
-
'CSN2': '
|
| 73 |
-
'CSN3': '
|
| 74 |
}
|
| 75 |
|
| 76 |
opn_questions = {
|
| 77 |
-
'OPN1': '
|
| 78 |
-
'OPN2': '
|
| 79 |
-
'OPN3': '
|
| 80 |
}
|
| 81 |
|
| 82 |
# Personality cluster definitions
|
|
|
|
| 50 |
|
| 51 |
# Personality questions
|
| 52 |
ext_questions = {
|
| 53 |
+
'EXT1': 'Are you the life of the party?',
|
| 54 |
+
'EXT2': 'Do you not talk a lot?',
|
| 55 |
+
'EXT3': 'Do you feel comfortable around people?'
|
| 56 |
}
|
| 57 |
|
| 58 |
est_questions = {
|
| 59 |
+
'EST1': 'Do you get stressed out easily?',
|
| 60 |
+
'EST2': 'Are you relaxed most of the time?',
|
| 61 |
+
'EST3': 'Do you worry about things?'
|
| 62 |
}
|
| 63 |
|
| 64 |
agr_questions = {
|
| 65 |
+
'AGR1': 'Do you feel little concern for others?',
|
| 66 |
+
'AGR2': 'Are you interested in people?',
|
| 67 |
+
'AGR3': 'Do you insult people?'
|
| 68 |
}
|
| 69 |
|
| 70 |
csn_questions = {
|
| 71 |
+
'CSN1': 'Are you always prepared?',
|
| 72 |
+
'CSN2': 'Do you leave your belongings around?',
|
| 73 |
+
'CSN3': 'Do you pay attention to details?'
|
| 74 |
}
|
| 75 |
|
| 76 |
opn_questions = {
|
| 77 |
+
'OPN1': 'Do you have a rich vocabulary?',
|
| 78 |
+
'OPN2': 'Do you have difficulty understanding abstract ideas?',
|
| 79 |
+
'OPN3': 'Do you have a vivid imagination?'
|
| 80 |
}
|
| 81 |
|
| 82 |
# Personality cluster definitions
|