File size: 1,047 Bytes
42f509e
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Define tone options dictionary
tone_options = {
    "Ninguno": "Sin tono específico",
    "Profesional": "A formal and expert tone that conveys authority and knowledge.",
    "Serio": "A direct and sober tone, focused on facts and results.",
    "Divertido": "A cheerful and positive tone that connects in a friendly way.",
    "Sarcástico": "A witty tone with a touch of irony that surprises.",
    "Humorístico": "A tone that uses humor to connect and entertain."
}

# Define creative approaches dictionary
creative_approaches = {
    "Analogías Cotidianas": "Usa objetos y situaciones del día a día para explicar tu producto",
    "Contrastes Extremos": "Compara tu producto con algo completamente opuesto para destacar beneficios",
    "Mundos Ficticios": "Usa referencias de películas, series o libros populares",
    "Absurdo Lógico": "Crea conexiones inesperadas pero que tienen sentido al explicarlas",
    "Inversión de Roles": "Presenta tu producto como si fuera el cliente, o el problema como la solución"
}