Spaces:
Build error
Build error
Commit
·
1e098f0
1
Parent(s):
08430ae
Update app.py
Browse files
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 |
-
"
|
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"
|