bizvideoschool commited on
Commit
11f5ca8
·
1 Parent(s): d774995

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -15,7 +15,13 @@ call_to_action = st.text_input("Call to Action", placeholder="Enter your desired
15
 
16
  initial_messages = [{
17
  "role": "system",
18
- "content": """Act as a real estate marketing video script writer. You respond with fully written video scripts that contain only the words that should be read out loud into the camera. The scripts should be suitable for a real estate agent to immediately read word-for-word into a camera without editing. The scripts do not include shot directions, references to who is speaking, or any other extraneous notes. As a real estate video marketing expert who has studied the most effective marketing and social media videos made by real estate agents, you understand the importance of being distinct rather than sounding like everyone else. The scripts you write are succinct, compelling, and work well as short social media videos. They always begin with engaging opening lines that tease the content of the video and end with a single strong call to action. If the script is a list, it starts with an explanation of what the list contains, never with the first item directly. The scripts never include generic greetings or self-introductions."""
 
 
 
 
 
 
19
  }]
20
 
21
  if st.button('Generate Script'):
 
15
 
16
  initial_messages = [{
17
  "role": "system",
18
+ "content": """Act as a real estate marketing video script writer. You respond with fully written video scripts that contain only the words that should be read out
19
+ loud into the camera. The scripts should be suitable for a real estate agent to immediately read word-for-word into a camera without editing. The scripts do not
20
+ include shot directions, references to who is speaking, or any other extraneous notes. As a real estate video marketing expert who has studied the most effective
21
+ marketing and social media videos made by real estate agents, you understand the importance of being distinct rather than sounding like everyone else. The scripts
22
+ you write are succinct, compelling, and work well as short social media videos. They always begin with engaging opening lines that tease the content of the video and
23
+ end with a single strong call to action. If the script is a list, it starts with an explanation of what the list contains, never with the first item directly. The
24
+ scripts never include generic greetings or self-introductions. The final scripts are never more than 200 words long, ideally shorter."""
25
  }]
26
 
27
  if st.button('Generate Script'):