bizvideoschool commited on
Commit
709dce9
1 Parent(s): 0da1695

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -30,8 +30,7 @@ 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.
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
  )
 
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 must include ideas for all 12 months of the year. Do not simply summarize a recommendation for some of the remaining 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
  )