Update app.py
Browse files
app.py
CHANGED
|
@@ -120,7 +120,8 @@ def generate_topic_from_trends(trending_topics: List[str]) -> str:
|
|
| 120 |
"2. Has high viral potential (emotional, surprising, or controversial)\n"
|
| 121 |
"3. Is suitable for a 60-second video format\n"
|
| 122 |
"4. Appeals to a broad audience\n"
|
| 123 |
-
"5. Is
|
|
|
|
| 124 |
"Respond with ONLY the topic (no explanations, no bullet points, no numbering).\n"
|
| 125 |
"The topic should be 5-10 words maximum.\n\n"
|
| 126 |
"VIRAL TOPIC:"
|
|
|
|
| 120 |
"2. Has high viral potential (emotional, surprising, or controversial)\n"
|
| 121 |
"3. Is suitable for a 60-second video format\n"
|
| 122 |
"4. Appeals to a broad audience\n"
|
| 123 |
+
"5. Is suitable for informative video (no promotion, no service, no event)\n"
|
| 124 |
+
"6. Is specific enough to be interesting but broad enough to allow creative interpretation\n\n"
|
| 125 |
"Respond with ONLY the topic (no explanations, no bullet points, no numbering).\n"
|
| 126 |
"The topic should be 5-10 words maximum.\n\n"
|
| 127 |
"VIRAL TOPIC:"
|