From 5c39bbb23a6ba2966a536e755b74b33ea73aff5e Mon Sep 17 00:00:00 2001 From: Luigi Maiorano Date: Tue, 3 Feb 2026 02:05:29 +0100 Subject: [PATCH] images tagged --- 04_PPTX_Update_Images.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/04_PPTX_Update_Images.py b/04_PPTX_Update_Images.py index b9c9577..bdbde06 100644 --- a/04_PPTX_Update_Images.py +++ b/04_PPTX_Update_Images.py @@ -21,7 +21,7 @@ def _(): @app.cell def _(): - TAG_SOURCE = Path('data/reports/Perception-Research-Report_2-2_updated.pptx') + TAG_SOURCE = Path('data/reports/Perception-Research-Report_2-2.pptx') TAG_TARGET = Path('data/reports/Perception-Research-Report_2-2_tagged.pptx') TAG_IMAGE_DIR = Path('figures/2-2-26') return TAG_IMAGE_DIR, TAG_SOURCE, TAG_TARGET