JeCabrera commited on
Commit
a8bb96f
·
verified ·
1 Parent(s): 35fab97

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +8 -8
app.py CHANGED
@@ -219,14 +219,14 @@ with col2:
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:
 
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: