Spaces:
Runtime error
Runtime error
bizvideoschool
commited on
Commit
•
d06f639
1
Parent(s):
d1dedb2
Update app.py
Browse files
app.py
CHANGED
@@ -17,18 +17,19 @@ initial_ideas = st.text_area("Initial Video Ideas", placeholder="Any initial ide
|
|
17 |
if st.button('Generate Video Plan'):
|
18 |
# Detailed prompt for AI including the steps
|
19 |
ai_instructions = """
|
20 |
-
You are an AI consultant skilled in crafting TikTok video
|
21 |
engaging short-form video content that is perfect for the TikTok platform. Generate a single, creative video idea that can be filmed in a home office
|
22 |
-
setting, ensuring it is under 60 seconds and suitable for TikTok.
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
28 |
-
|
29 |
-
|
30 |
-
|
31 |
-
|
|
|
32 |
|
33 |
"""
|
34 |
|
|
|
17 |
if st.button('Generate Video Plan'):
|
18 |
# Detailed prompt for AI including the steps
|
19 |
ai_instructions = """
|
20 |
+
You are an AI consultant skilled in crafting short-form (think TikTok or Reels) video scripts for small business owners working from their home offices. Your expertise lies in creating
|
21 |
engaging short-form video content that is perfect for the TikTok platform. Generate a single, creative video idea that can be filmed in a home office
|
22 |
+
setting, ensuring it is under 60 seconds and suitable for TikTok or Reels. Follow these steps as you create the script.
|
23 |
+
|
24 |
+
1. Consider the idea and details provided by the user. Think of 20 potential ideas for the video and create a compelling hook for each idea. The hook is the first sentence
|
25 |
+
or two of the video. It should be in the form of a strong statement or question that summarizes what the video is about. You can recommend easy to find household items to
|
26 |
+
use a prop in the hook as well.
|
27 |
+
2. Choose the best idea and hook. Then write the body of the video. Review the most effective formats for short-form videos and structure the script based on those formats.
|
28 |
+
Keep the script as short as possible while also delivering a valuable experience for the viewer. Include a strong call to action that invites the viewer to contact the
|
29 |
+
small business owner to take the next step. If the user requests a specific call to action use that instead.
|
30 |
+
3. Once you have determined a hook and script. Reply to the user with the full script first, followed by any additional tips or sugggestions for the video. The script
|
31 |
+
must be only the words the user will read. It should be formatted without any shot instructions or references to who is speaking. The user should be able to copy the script
|
32 |
+
and paste it into a teleprmopter to read without any editing. Below the script you can then provide any additional notes.
|
33 |
|
34 |
"""
|
35 |
|