bizvideoschool commited on
Commit
0da1695
1 Parent(s): 3cf0775

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -30,7 +30,8 @@ if st.button('Generate My Video Marketing Plan'):
30
  prompt_text = (
31
  f"Create a detailed 2024 video marketing plan for a real estate agency, {business_type}, targeting {target_audience}. "
32
  f"Begin with 3-5 content pillars that will guide the video themes. "
33
- f"Then, provide up to four distinct and creative video ideas for each month, tailored to these content pillars. Your response should include ideas for all 12 months. "
 
34
  f"Include 10 specific distribution strategies to maximize video views, "
35
  f"focusing on reaching the ideal audience, based on current marketing efforts: {current_marketing}."
36
  )
 
30
  prompt_text = (
31
  f"Create a detailed 2024 video marketing plan for a real estate agency, {business_type}, targeting {target_audience}. "
32
  f"Begin with 3-5 content pillars that will guide the video themes. "
33
+ f"Then, provide up to four distinct and creative video ideas for each month, tailored to these content pillars.
34
+ Your response must include ideas for all 12 months of the year. Do not simply summarize a recommendation for some of the remaining months. "
35
  f"Include 10 specific distribution strategies to maximize video views, "
36
  f"focusing on reaching the ideal audience, based on current marketing efforts: {current_marketing}."
37
  )