Spaces:
Sleeping
Sleeping
Update format/format.py
Browse files- format/format.py +28 -27
format/format.py
CHANGED
@@ -334,33 +334,34 @@ ALL other aspects of the persona (fears, problems, etc.) MUST be consistent with
|
|
334 |
"""
|
335 |
|
336 |
# Lo que realmente queremos (motivaciones profundas)
|
337 |
-
|
338 |
-
"
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
|
|
364 |
**[WHAT WE REALLY WANT]**
|
365 |
- Increase our potential
|
366 |
- Escape danger
|
|
|
334 |
"""
|
335 |
|
336 |
# Lo que realmente queremos (motivaciones profundas)
|
337 |
+
what_we_really_want = {
|
338 |
+
"list": [
|
339 |
+
"Increase our potential",
|
340 |
+
"Escape danger",
|
341 |
+
"Free ourselves from fear and guilt",
|
342 |
+
"Silence those who doubt us",
|
343 |
+
"Validate our feelings",
|
344 |
+
"Power over others",
|
345 |
+
"Advantages over our rivals",
|
346 |
+
"Be free from the consequences",
|
347 |
+
"Have more time dedicated to what we love",
|
348 |
+
"Less time dedicated to what we hate",
|
349 |
+
"Happiness and satisfaction",
|
350 |
+
"Prove we are right",
|
351 |
+
"Prove our detractors wrong",
|
352 |
+
"Be attractive and charming to others",
|
353 |
+
"Leave a lasting legacy",
|
354 |
+
"Higher status among our peers",
|
355 |
+
"Have a life full of comforts and luxuries",
|
356 |
+
"Be accepted by a social group or community",
|
357 |
+
"Be respected and admired for our intelligence, skills, or talents",
|
358 |
+
"Be true to ourselves and reach our full potential",
|
359 |
+
"Climb the social hierarchy",
|
360 |
+
"Establish close and lasting relationships with friends and family",
|
361 |
+
"Feel part of a group or community and be valued and appreciated by others",
|
362 |
+
"Be appreciated for our actions and receive gratitude from others"
|
363 |
+
],
|
364 |
+
"format": """
|
365 |
**[WHAT WE REALLY WANT]**
|
366 |
- Increase our potential
|
367 |
- Escape danger
|