JeCabrera commited on
Commit
6dda150
·
verified ·
1 Parent(s): 05d9ee2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -561,7 +561,7 @@ IMPORTANT FINAL REMINDER:
561
  headline = generate_headline_for_story(model, story, selected_formula, product, target_audience, mood)
562
  # Combinar titular y historia
563
  if headline:
564
- return f"# {headline}\n\n{story}"
565
  return story
566
  raise ValueError("No se pudo generar la historia")
567
 
 
561
  headline = generate_headline_for_story(model, story, selected_formula, product, target_audience, mood)
562
  # Combinar titular y historia
563
  if headline:
564
+ return f" {headline}\n\n{story}"
565
  return story
566
  raise ValueError("No se pudo generar la historia")
567