HunzalaRasheed1 commited on
Commit
180940c
·
verified ·
1 Parent(s): f538d3c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +15 -15
app.py CHANGED
@@ -50,33 +50,33 @@ device = None
50
 
51
  # Personality questions
52
  ext_questions = {
53
- 'EXT1': 'I am the life of the party',
54
- 'EXT2': 'I dont talk a lot',
55
- 'EXT3': 'I feel comfortable around people'
56
  }
57
 
58
  est_questions = {
59
- 'EST1': 'I get stressed out easily',
60
- 'EST2': 'I am relaxed most of the time',
61
- 'EST3': 'I worry about things'
62
  }
63
 
64
  agr_questions = {
65
- 'AGR1': 'I feel little concern for others',
66
- 'AGR2': 'I am interested in people',
67
- 'AGR3': 'I insult people'
68
  }
69
 
70
  csn_questions = {
71
- 'CSN1': 'I am always prepared',
72
- 'CSN2': 'I leave my belongings around',
73
- 'CSN3': 'I pay attention to details'
74
  }
75
 
76
  opn_questions = {
77
- 'OPN1': 'I have a rich vocabulary',
78
- 'OPN2': 'I have difficulty understanding abstract ideas',
79
- 'OPN3': 'I have a vivid imagination'
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