nniehaus commited on
Commit
41c2a71
·
verified ·
1 Parent(s): 0f5606e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -50,9 +50,9 @@ Develop a sophisticated 12-month video marketing strategy that includes:
50
 
51
  2. FUNNEL ARCHITECTURE
52
  For each stage below, provide specific video content ideas that move prospects forward:
53
- - Top of Funnel: Pattern interruption content that stops the scroll
54
- - Middle of Funnel: Trust-building content that demonstrates expertise
55
- - Bottom of Funnel: Conversion content that overcomes objections
56
  - Post-Purchase: Retention content that drives referrals
57
 
58
  3. CONTENT BLUEPRINTS
@@ -148,9 +148,9 @@ For each recommendation, explain the strategic reasoning behind it so the busine
148
  return None
149
 
150
  # Streamlit UI
151
- st.set_page_config(page_title="Video Marketing Strategy Generator", layout="wide")
152
  st.title("🎥 AI Video Marketing Strategist")
153
- st.markdown("### Generate a comprehensive video marketing strategy for your business")
154
 
155
  # Input method selection
156
  input_method = st.radio(
@@ -165,7 +165,7 @@ if input_method == "Enter business details manually":
165
  help="Describe your products/services and what makes you unique"
166
  )
167
  ideal_client = st.text_area(
168
- "Describe your ideal client*",
169
  help="Include demographics, challenges they face, and why they need your solution"
170
  )
171
  current_marketing = st.text_area(
 
50
 
51
  2. FUNNEL ARCHITECTURE
52
  For each stage below, provide specific video content ideas that move prospects forward:
53
+ - Awareness: Pattern interruption content that stops the scroll and helps the viewer meet the busines for the first time
54
+ - Considertion: Trust-building content that demonstrates expertise
55
+ - Conversion: Conversion content that overcomes objections
56
  - Post-Purchase: Retention content that drives referrals
57
 
58
  3. CONTENT BLUEPRINTS
 
148
  return None
149
 
150
  # Streamlit UI
151
+ st.set_page_config(page_title="Video Funnel Generator", layout="wide")
152
  st.title("🎥 AI Video Marketing Strategist")
153
+ st.markdown("### Generate a comprehensive video marketing funnel for your business")
154
 
155
  # Input method selection
156
  input_method = st.radio(
 
165
  help="Describe your products/services and what makes you unique"
166
  )
167
  ideal_client = st.text_area(
168
+ "Describe your ideal client. Include more details for a better funnel plan.*",
169
  help="Include demographics, challenges they face, and why they need your solution"
170
  )
171
  current_marketing = st.text_area(