Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -219,14 +219,14 @@ with col2:
|
|
219 |
uploaded_content=bullet_content
|
220 |
)
|
221 |
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
|
228 |
-
|
229 |
-
|
230 |
if st.session_state.input_type == "manual":
|
231 |
additional_context = f"""
|
232 |
Additional information:
|
|
|
219 |
uploaded_content=bullet_content
|
220 |
)
|
221 |
|
222 |
+
# Add instruction for generating bonuses that complement the offer
|
223 |
+
instruction += create_bonus_instruction(
|
224 |
+
avatar_description=avatar_description,
|
225 |
+
product_name=product_name,
|
226 |
+
selected_formula_name=st.session_state.formula_type
|
227 |
+
)
|
228 |
+
|
229 |
+
# Add additional context based on input type
|
230 |
if st.session_state.input_type == "manual":
|
231 |
additional_context = f"""
|
232 |
Additional information:
|