swcrazyfan commited on
Commit
1e098f0
·
1 Parent(s): 08430ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ def generate_pptx(lesson_topic):
10
  "\n\nFor the first slide, include the lesson title and any relevant sub-points such as. Also, include a closing slide with takeaways from the lesson. Choose a PowerPoint theme from these options: dark, light, corporate, or playful, depending on the lesson's context."
11
  "\n\nThe output should be suitable for use with the python-pptx library to create a PowerPoint presentation.\n\n"
12
  "Lesson Plan:\n\n"
13
- "lesson_plan_content\n\n"
14
  "For each slide, provide this information:\n\n"
15
  "#. Slide (slide_title):\n"
16
  "Heading: concise_heading\n"
 
10
  "\n\nFor the first slide, include the lesson title and any relevant sub-points such as. Also, include a closing slide with takeaways from the lesson. Choose a PowerPoint theme from these options: dark, light, corporate, or playful, depending on the lesson's context."
11
  "\n\nThe output should be suitable for use with the python-pptx library to create a PowerPoint presentation.\n\n"
12
  "Lesson Plan:\n\n"
13
+ "{lesson_topic}\n\n"
14
  "For each slide, provide this information:\n\n"
15
  "#. Slide (slide_title):\n"
16
  "Heading: concise_heading\n"