JeCabrera commited on
Commit
f207dc6
·
verified ·
1 Parent(s): dba7d39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -221,7 +221,7 @@ with col2:
221
  bullet_content = st.session_state.file_content
222
 
223
  instruction += create_bullet_instruction(
224
- avatar_description=avatar_description,
225
  product_name=product_service_value,
226
  uploaded_content=bullet_content,
227
  skills=skills_value # Add skills to the bullet instruction
 
221
  bullet_content = st.session_state.file_content
222
 
223
  instruction += create_bullet_instruction(
224
+ target_audience=target_audience,
225
  product_name=product_service_value,
226
  uploaded_content=bullet_content,
227
  skills=skills_value # Add skills to the bullet instruction