JeCabrera commited on
Commit
4f958bd
·
verified ·
1 Parent(s): 59326d6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -13
app.py CHANGED
@@ -160,19 +160,6 @@ SUCCESSFUL EXAMPLES OF THE {selected_angle} ANGLE:
160
  # Añadir advertencia crítica con emoji para llamar la atención
161
  email_instruction += "\n⚠️ WARNING: DO NOT COPY THESE EXAMPLES. Create completely original content with different stories, scenarios and language. The examples are ONLY for understanding the structure.\n"
162
 
163
- # Consolidar todas las instrucciones específicas en un solo bloque - MODIFIED
164
- specific_instructions = [
165
- "Create ENTIRELY NEW content - do not mimic the examples",
166
- f"Use your creativity to develop unique scenarios for {target_audience}",
167
- "Invent fresh stories and metaphors not present in the examples",
168
- "Focus on originality while maintaining persuasive techniques",
169
- "Create a cohesive sequence with your own narrative style"
170
- ]
171
-
172
- email_instruction += "\nSPECIFIC INSTRUCTIONS:\n"
173
- for i, instruction in enumerate(specific_instructions, 1):
174
- email_instruction += f"{i}. {instruction}\n"
175
-
176
  # Añadir instrucciones específicas sobre la temperatura creativa
177
  email_instruction += f"\nCREATIVITY LEVEL: {temperature}. Higher values mean more creative and original content.\n\n"
178
 
 
160
  # Añadir advertencia crítica con emoji para llamar la atención
161
  email_instruction += "\n⚠️ WARNING: DO NOT COPY THESE EXAMPLES. Create completely original content with different stories, scenarios and language. The examples are ONLY for understanding the structure.\n"
162
 
 
 
 
 
 
 
 
 
 
 
 
 
 
163
  # Añadir instrucciones específicas sobre la temperatura creativa
164
  email_instruction += f"\nCREATIVITY LEVEL: {temperature}. Higher values mean more creative and original content.\n\n"
165