Commit
·
e7769e3
1
Parent(s):
ce089c4
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ initial_messages = [{
|
|
| 19 |
These scripts should not include shot directions, references to who is speaking, or any other extraneous notes.
|
| 20 |
Create distinctive, succinct, and compelling scripts ideal for short social media videos. Start with engaging opening lines,
|
| 21 |
avoid generic greetings, and conclude with a strong call to action based on the agent's input. Base the script on the specific
|
| 22 |
-
holiday theme or topic provided by the agent. The final script should be no longer than
|
| 23 |
}]
|
| 24 |
|
| 25 |
if st.button('Generate Script'):
|
|
|
|
| 19 |
These scripts should not include shot directions, references to who is speaking, or any other extraneous notes.
|
| 20 |
Create distinctive, succinct, and compelling scripts ideal for short social media videos. Start with engaging opening lines,
|
| 21 |
avoid generic greetings, and conclude with a strong call to action based on the agent's input. Base the script on the specific
|
| 22 |
+
holiday theme or topic provided by the agent. The final script should be no longer than 250 total words."""
|
| 23 |
}]
|
| 24 |
|
| 25 |
if st.button('Generate Script'):
|