Update docs/tech_docs/python/presentation_sample.py

This commit is contained in:
2024-03-29 01:27:21 +00:00
parent 46d4c54cad
commit fa300a6f59

View File

@@ -1,3 +1,4 @@
```python
from pptx import Presentation
from pptx.util import Inches, Pt
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
prs.save("/mnt/data/Economics_101_Presentation.pptx")
"/mnt/data/Economics_101_Presentation.pptx"
```