JeCabrera commited on
Commit
a8b8393
·
verified ·
1 Parent(s): ac61922

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -530,7 +530,7 @@ IMPORTANT:
530
 
531
  # Añadir instrucciones de ángulo solo si no es "NINGUNO"
532
  if selected_angle != "NINGUNO":
533
- headlines_instruction += f"""
534
  ÁNGULO PRINCIPAL: {selected_angle}
535
  INSTRUCCIONES DE ÁNGULO ESPECÍFICAS:
536
  {angle_instructions[selected_angle]}
 
530
 
531
  # Añadir instrucciones de ángulo solo si no es "NINGUNO"
532
  if selected_angle != "NINGUNO":
533
+ headlines_instruction += f"""
534
  ÁNGULO PRINCIPAL: {selected_angle}
535
  INSTRUCCIONES DE ÁNGULO ESPECÍFICAS:
536
  {angle_instructions[selected_angle]}