Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def get_gemini_response(target_audience, product, text_type, length, mood, model
|
|
58 |
|
59 |
# Crear el prompt completo basado en los campos del frontend
|
60 |
full_prompt = f"""
|
61 |
-
You are a creative writer skilled in the art of persuasion. Write a {
|
62 |
Create an opening paragraph for a {text_type} that makes {target_audience} aware they have a problem by explaining it with real-life situations, using a natural or conversational tone. The goal of this paragraph is to make them want to keep reading and find out what {product} is about. Use persuasion effectively in every word, mastering advanced techniques like using powerful headlines and intriguing openings.
|
63 |
|
64 |
To write this opening paragraph, use one or more of these Copywriting Techniques, choosing the most appropriate ones:
|
@@ -99,7 +99,4 @@ if st.button("Generar texto"):
|
|
99 |
st.subheader("Texto Generado:")
|
100 |
st.write(generated_text)
|
101 |
except Exception as e:
|
102 |
-
st.error(f"Error: {e}")
|
103 |
-
|
104 |
-
st.markdown("---")
|
105 |
-
st.write("Este generador de texto está diseñado para ayudarte a crear contenido atractivo y efectivo con la ayuda de la inteligencia artificial.")
|
|
|
58 |
|
59 |
# Crear el prompt completo basado en los campos del frontend
|
60 |
full_prompt = f"""
|
61 |
+
You are a creative writer skilled in the art of persuasion. Write a {text_type} of {length} words in Spanish. The tone of the {text_type} should be {mood} and carefully crafted to emotionally resonate with a {target_audience}. {mention_instruction} {format_instruction} Use persuasive techniques to guide the reader towards an intuitive understanding of the product's benefits, focusing on creating a strong emotional connection with the audience.
|
62 |
Create an opening paragraph for a {text_type} that makes {target_audience} aware they have a problem by explaining it with real-life situations, using a natural or conversational tone. The goal of this paragraph is to make them want to keep reading and find out what {product} is about. Use persuasion effectively in every word, mastering advanced techniques like using powerful headlines and intriguing openings.
|
63 |
|
64 |
To write this opening paragraph, use one or more of these Copywriting Techniques, choosing the most appropriate ones:
|
|
|
99 |
st.subheader("Texto Generado:")
|
100 |
st.write(generated_text)
|
101 |
except Exception as e:
|
102 |
+
st.error(f"Error: {e}")
|
|
|
|
|
|