Update docs/tech_docs/python/presentation_sample.py
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
```python
|
||||||
from pptx import Presentation
|
from pptx import Presentation
|
||||||
from pptx.util import Inches, Pt
|
from pptx.util import Inches, Pt
|
||||||
from pptx.enum.shapes import MSO_SHAPE
|
from pptx.enum.shapes import MSO_SHAPE
|
||||||
@@ -52,5 +53,4 @@ add_slide(prs, "Conclusion", "Summary of Key Points\nFurther Reading\nQuestions"
|
|||||||
|
|
||||||
# Save the presentation
|
# Save the presentation
|
||||||
prs.save("/mnt/data/Economics_101_Presentation.pptx")
|
prs.save("/mnt/data/Economics_101_Presentation.pptx")
|
||||||
|
```
|
||||||
"/mnt/data/Economics_101_Presentation.pptx"
|
|
||||||
Reference in New Issue
Block a user