Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -227,16 +227,14 @@ with col2:
|
|
| 227 |
instruction += create_bullet_instruction(
|
| 228 |
avatar_description=avatar_description,
|
| 229 |
product_name=product_name,
|
| 230 |
-
uploaded_content=bullet_content
|
| 231 |
-
target_audience=target_audience
|
| 232 |
)
|
| 233 |
|
| 234 |
# Add instruction for generating bonuses that complement the offer
|
| 235 |
instruction += create_bonus_instruction(
|
| 236 |
avatar_description=avatar_description,
|
| 237 |
product_name=product_name,
|
| 238 |
-
selected_formula_name=st.session_state.formula_type
|
| 239 |
-
target_audience=target_audience
|
| 240 |
)
|
| 241 |
|
| 242 |
# Add additional context based on input type
|
|
|
|
| 227 |
instruction += create_bullet_instruction(
|
| 228 |
avatar_description=avatar_description,
|
| 229 |
product_name=product_name,
|
| 230 |
+
uploaded_content=bullet_content
|
|
|
|
| 231 |
)
|
| 232 |
|
| 233 |
# Add instruction for generating bonuses that complement the offer
|
| 234 |
instruction += create_bonus_instruction(
|
| 235 |
avatar_description=avatar_description,
|
| 236 |
product_name=product_name,
|
| 237 |
+
selected_formula_name=st.session_state.formula_type
|
|
|
|
| 238 |
)
|
| 239 |
|
| 240 |
# Add additional context based on input type
|