Spaces:
Build error
Build error
Commit
·
1d1ee01
1
Parent(s):
9cc92d3
Update app.py
Browse files
app.py
CHANGED
@@ -9,7 +9,7 @@ def generate_pptx(lesson_topic):
|
|
9 |
"Create PowerPoint slides for a lesson plan. The slides should be visually engaging, include concise headings and bullet points, and have relevant images or icons when necessary. Limit each slide to a maximum of 3-4 sub-points and a single image or icon when relevant. Divide the same heading into multiple slides if required to make the points more clear."
|
10 |
"\n\nFor the first slide, include the lesson title and relevant sub-points. 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."
|
12 |
-
"\n\nLesson Plan:\n{
|
13 |
"\n\nFor each slide, provide this information:\n\n"
|
14 |
"#. Slide (slide_title):\n"
|
15 |
"Heading: concise_heading\n"
|
|
|
9 |
"Create PowerPoint slides for a lesson plan. The slides should be visually engaging, include concise headings and bullet points, and have relevant images or icons when necessary. Limit each slide to a maximum of 3-4 sub-points and a single image or icon when relevant. Divide the same heading into multiple slides if required to make the points more clear."
|
10 |
"\n\nFor the first slide, include the lesson title and relevant sub-points. 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."
|
12 |
+
"\n\nLesson Plan:\n{lesson_topic}"
|
13 |
"\n\nFor each slide, provide this information:\n\n"
|
14 |
"#. Slide (slide_title):\n"
|
15 |
"Heading: concise_heading\n"
|