bizvideoschool commited on
Commit
c189435
1 Parent(s): 0a99cb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -1
app.py CHANGED
@@ -17,7 +17,11 @@ generate_script_button = st.button('Generate Script')
17
  if generate_script_button:
18
  # Create the user input for the AI model
19
  user_input = f"""
20
- Create a festive and engaging one-minute holiday video script for a real estate agent named {agent_name}. The script should focus on the neighborhood of {neighborhood}, incorporate unique selling points: {unique_selling_points}, and include the personal message: {personal_message}. The script should be warm, welcoming, and build a sense of community. Keep it professional yet personal.
 
 
 
 
21
  """
22
 
23
  # Call the OpenAI API with the correct endpoint for chat models
 
17
  if generate_script_button:
18
  # Create the user input for the AI model
19
  user_input = f"""
20
+ Create a festive and engaging one-minute holiday video script for a real estate agent named {agent_name}. The script should
21
+ focus on the neighborhood of {neighborhood}, incorporate unique selling points: {unique_selling_points}, and include the personal
22
+ message: {personal_message}. The script should be warm, welcoming, and build a sense of community. Keep it professional yet personal.
23
+ The final script should only contain the words the agent should read into the camera. It should not contain different shots or scenes.
24
+ You can make recommendations on backgrounds or b-roll after the script if you have ideas for those.
25
  """
26
 
27
  # Call the OpenAI API with the correct endpoint for chat models