Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -221,7 +221,7 @@ with col2:
|
|
221 |
bullet_content = st.session_state.file_content
|
222 |
|
223 |
instruction += create_bullet_instruction(
|
224 |
-
|
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
|