JeCabrera commited on
Commit
eb66a37
·
verified ·
1 Parent(s): 0451909

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- product_name=product_name,
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
  )