bizvideoschool commited on
Commit
e1e3a10
1 Parent(s): 3544ba4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -18,7 +18,8 @@ if st.button('Generate My Custom 2024 Video Content Plan'):
18
  # Construct the prompt for text generation
19
  prompt_text = f"""
20
  Generate a 2024 video marketing plan for a {business_type} targeting an audience characterized as: {target_audience}.
21
- Include up to four video ideas for each month of 2024, ensuring a full plan for all 12 months, based on current marketing efforts: {current_marketing}.
 
22
  """
23
 
24
  # Call the OpenAI API for text generation
 
18
  # Construct the prompt for text generation
19
  prompt_text = f"""
20
  Generate a 2024 video marketing plan for a {business_type} targeting an audience characterized as: {target_audience}.
21
+ Include up to four video ideas for each month of 2024 with a short description of each, ensuring a full plan for all 12 months, try to incorporate current
22
+ marketing efforts when it makes sense to do so: {current_marketing}.
23
  """
24
 
25
  # Call the OpenAI API for text generation