sarim commited on
Commit
823af88
·
1 Parent(s): 6eb7a8a

change prompt

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -37,10 +37,9 @@ async def ppt_content(data):
37
  "Each slide should have 4 parts :"
38
  "1. Title : title of the slide ",
39
  "2. Text: he detailed description or narrative content of the slide. This should include key information, explanations, or supporting arguments. Keep it concise yet informative to avoid overwhelming the audience.",
40
- "3. Bullet point: A list of bullet points summarizing key information on the slide. Each bullet point should be short, consise, and highlight a specific aspect of the slide's topic. ideally, limit to 3-5 points.",
41
  "4. Image Suggestion: A prompt for generating an image to complement the slide content. Describe the desired visual in detail, including elements, style, and relevance to the topic. Ensure the prompt is actionable for AI tools.",
42
- "Simplify technical terms where possible or include brief definitions",
43
- "Break down lengthy text into digestible parts."
44
 
45
 
46
  ))
 
37
  "Each slide should have 4 parts :"
38
  "1. Title : title of the slide ",
39
  "2. Text: he detailed description or narrative content of the slide. This should include key information, explanations, or supporting arguments. Keep it concise yet informative to avoid overwhelming the audience.",
40
+ "3. Bullet point: A list of bullet points summarizing key information on the slide. Each bullet point should be detail, long, and highlight a specific aspect of the slide's topic. ideally, limit to 3-5 points.",
41
  "4. Image Suggestion: A prompt for generating an image to complement the slide content. Describe the desired visual in detail, including elements, style, and relevance to the topic. Ensure the prompt is actionable for AI tools.",
42
+
 
43
 
44
 
45
  ))