Spaces:
Running
Running
Delete angles.py
Browse files
angles.py
DELETED
@@ -1,88 +0,0 @@
|
|
1 |
-
bullet_angles = {
|
2 |
-
"NINGUNO": {
|
3 |
-
"description": "Generate the bullet without any specific angle",
|
4 |
-
"style": "direct and natural",
|
5 |
-
"keywords": ["clear", "direct", "simple", "natural"]
|
6 |
-
},
|
7 |
-
"CURIOSIDAD": {
|
8 |
-
"description": "Create a bullet that generates intrigue and sparks reader curiosity",
|
9 |
-
"style": "mysterious and provocative",
|
10 |
-
"keywords": ["intriguing", "mysterious", "fascinating", "revealing"]
|
11 |
-
},
|
12 |
-
"CASI IMPOSIBLE": {
|
13 |
-
"description": "Generate a bullet that seems hard to believe but not impossible",
|
14 |
-
"style": "surprising but credible",
|
15 |
-
"keywords": ["incredible", "surprising", "unexpected", "revolutionary"]
|
16 |
-
},
|
17 |
-
"AUTORIDAD": {
|
18 |
-
"description": "Include expert references or credibility-building data",
|
19 |
-
"style": "professional and backed",
|
20 |
-
"keywords": ["expert", "proven", "scientific", "endorsed"]
|
21 |
-
},
|
22 |
-
"CONTRASTE": {
|
23 |
-
"description": "Create a bullet that contrasts opposing ideas",
|
24 |
-
"style": "comparative and revealing",
|
25 |
-
"keywords": ["contrast", "difference", "transformation", "change"]
|
26 |
-
},
|
27 |
-
"DOLOR FÍSICO": {
|
28 |
-
"description": "Focus the bullet on solving physical pain or discomfort",
|
29 |
-
"style": "empathetic and solution-oriented",
|
30 |
-
"keywords": ["relief", "wellness", "comfort", "health"]
|
31 |
-
},
|
32 |
-
"DOLOR PSICOLÓGICO": {
|
33 |
-
"description": "Focus the bullet on solving emotional pain or discomfort",
|
34 |
-
"style": "understanding and healing",
|
35 |
-
"keywords": ["peace", "security", "confidence", "relief"]
|
36 |
-
},
|
37 |
-
"BENEFICIO DIRECTO": {
|
38 |
-
"description": "Present the benefit in a clear and direct way",
|
39 |
-
"style": "direct and specific",
|
40 |
-
"keywords": ["benefit", "result", "achievement", "improvement"]
|
41 |
-
},
|
42 |
-
"ERROR COMÚN": {
|
43 |
-
"description": "Point out a common mistake that the audience should avoid",
|
44 |
-
"style": "educational and preventive",
|
45 |
-
"keywords": ["mistake", "correction", "improvement", "solution"]
|
46 |
-
},
|
47 |
-
"90% SOLUCIÓN": {
|
48 |
-
"description": "Reveal most of the solution while maintaining an element of mystery",
|
49 |
-
"style": "revealing but intriguing",
|
50 |
-
"keywords": ["solution", "secret", "discovery", "method"]
|
51 |
-
},
|
52 |
-
"NINGUNO": {
|
53 |
-
"description": "Natural response without specific tone adjustments",
|
54 |
-
"style": "direct and simple",
|
55 |
-
"keywords": ["clear", "direct", "simple", "natural"],
|
56 |
-
"result": "Standard benefit presentation"
|
57 |
-
},
|
58 |
-
"PROFESIONAL": {
|
59 |
-
"description": "Formal and business-oriented tone",
|
60 |
-
"style": "formal and strategic",
|
61 |
-
"keywords": ["professional", "strategic", "effective", "measurable"],
|
62 |
-
"result": "Business-focused benefit statement"
|
63 |
-
},
|
64 |
-
"HUMOR": {
|
65 |
-
"description": "Fun and light-hearted tone",
|
66 |
-
"style": "casual and entertaining",
|
67 |
-
"keywords": ["funny", "playful", "relaxed", "informal"],
|
68 |
-
"result": "Entertaining benefit with humor"
|
69 |
-
},
|
70 |
-
"SARCASMO": {
|
71 |
-
"description": "Witty and clever tone",
|
72 |
-
"style": "ironic but friendly",
|
73 |
-
"keywords": ["ironic", "witty", "clever", "provocative"],
|
74 |
-
"result": "Clever benefit with subtle irony"
|
75 |
-
},
|
76 |
-
"CREATIVO": {
|
77 |
-
"description": "Imaginative and original tone",
|
78 |
-
"style": "innovative and unique",
|
79 |
-
"keywords": ["creative", "original", "imaginative", "artistic"],
|
80 |
-
"result": "Uniquely crafted benefit statement"
|
81 |
-
},
|
82 |
-
"EMOCIONAL": {
|
83 |
-
"description": "Empathetic and moving tone",
|
84 |
-
"style": "close and personal",
|
85 |
-
"keywords": ["emotional", "sincere", "inspiring", "touching"],
|
86 |
-
"result": "Emotionally resonant benefit"
|
87 |
-
}
|
88 |
-
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|