Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -93,10 +93,9 @@ with col2:
|
|
93 |
Formula Description:
|
94 |
{offer_formulas[st.session_state.formula_type]["description"]}
|
95 |
|
96 |
-
Please create a professional and engaging offer that highlights the value proposition
|
97 |
-
and appeals to the target audience. Include a clear call to action.
|
98 |
|
99 |
-
IMPORTANT: Provide ONLY the final offer text. Do not include any explanations, labels, formatting instructions,
|
100 |
|
101 |
try:
|
102 |
# Create generation config with temperature
|
|
|
93 |
Formula Description:
|
94 |
{offer_formulas[st.session_state.formula_type]["description"]}
|
95 |
|
96 |
+
Please create a professional and engaging offer that highlights the value proposition.
|
|
|
97 |
|
98 |
+
IMPORTANT: Provide ONLY the final offer text. Do not include any explanations, labels, formatting instructions, brackets, or call to action at the end."""
|
99 |
|
100 |
try:
|
101 |
# Create generation config with temperature
|