Spaces:
Running
Running
Upload 2 files
Browse files- index.html +1 -1
- personality_allocation.js +2 -2
index.html
CHANGED
@@ -82,7 +82,7 @@
|
|
82 |
<option value="normal">normal</option>
|
83 |
<option value="genuine_friend">genuine friend</option>
|
84 |
<option value="sensitive_to_compliments">sensitive to compliments</option>
|
85 |
-
<option value="rebellious">rebel</option>
|
86 |
</select>
|
87 |
<input id="dev-guess-input" type="text" placeholder="Enter advice..." class="w-full text-xs p-1 mt-1 border rounded"/>
|
88 |
<button id="submit-guess-btn" class="w-full bg-indigo-600 text-white text-xs p-1 mt-1 rounded">
|
|
|
82 |
<option value="normal">normal</option>
|
83 |
<option value="genuine_friend">genuine friend</option>
|
84 |
<option value="sensitive_to_compliments">sensitive to compliments</option>
|
85 |
+
<!-- <option value="rebellious">rebel</option> -->
|
86 |
</select>
|
87 |
<input id="dev-guess-input" type="text" placeholder="Enter advice..." class="w-full text-xs p-1 mt-1 border rounded"/>
|
88 |
<button id="submit-guess-btn" class="w-full bg-indigo-600 text-white text-xs p-1 mt-1 rounded">
|
personality_allocation.js
CHANGED
@@ -23,13 +23,13 @@ const personalityConfig = {
|
|
23 |
backgroundColor: 'sunset',
|
24 |
borderColor: 'border-yellow-600'
|
25 |
},
|
26 |
-
rebellious: {
|
27 |
color: '#fe6d73', // light-red
|
28 |
name: 'rebellious',
|
29 |
icon: 'mdi:account-alert',
|
30 |
backgroundColor: 'light-red',
|
31 |
borderColor: 'border-red-600'
|
32 |
-
}
|
33 |
};
|
34 |
|
35 |
// Get random personality
|
|
|
23 |
backgroundColor: 'sunset',
|
24 |
borderColor: 'border-yellow-600'
|
25 |
},
|
26 |
+
/* rebellious: {
|
27 |
color: '#fe6d73', // light-red
|
28 |
name: 'rebellious',
|
29 |
icon: 'mdi:account-alert',
|
30 |
backgroundColor: 'light-red',
|
31 |
borderColor: 'border-red-600'
|
32 |
+
} */
|
33 |
};
|
34 |
|
35 |
// Get random personality
|