Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -202,7 +202,7 @@ with col2:
|
|
202 |
# Get the instruction using the formula
|
203 |
instruction = create_offer_instruction(
|
204 |
target_audience=avatar_description, # Cambiado de avatar_description a target_audience
|
205 |
-
|
206 |
selected_formula_name=st.session_state.formula_type,
|
207 |
file_content=file_content # Añadido el contenido del archivo
|
208 |
)
|
|
|
202 |
# Get the instruction using the formula
|
203 |
instruction = create_offer_instruction(
|
204 |
target_audience=avatar_description, # Cambiado de avatar_description a target_audience
|
205 |
+
product_service=product_service,
|
206 |
selected_formula_name=st.session_state.formula_type,
|
207 |
file_content=file_content # Añadido el contenido del archivo
|
208 |
)
|