BC results per consumer

This commit is contained in:
2026-02-02 22:59:26 +01:00
parent bda4d54231
commit 3ac330263f
5 changed files with 467 additions and 345 deletions

View File

@@ -1,6 +1,6 @@
import marimo
__generated_with = "0.19.2"
__generated_with = "0.19.7"
app = marimo.App(width="medium")
with app.setup:
@@ -21,9 +21,9 @@ def _():
@app.cell
def _():
TAG_SOURCE = Path('data/reports/Perception-Research-Report.pptx')
TAG_TARGET = Path('data/reports/Perception-Research-Report_tagged.pptx')
TAG_IMAGE_DIR = Path('figures/OneDrive_2026-01-28/')
TAG_SOURCE = Path('data/reports/Perception-Research-Report_2-2_tagged.pptx')
TAG_TARGET = Path('data/reports/Perception-Research-Report_2-2_tagged_2.pptx')
TAG_IMAGE_DIR = Path('figures/2-2-26')
return TAG_IMAGE_DIR, TAG_SOURCE, TAG_TARGET
@@ -43,7 +43,7 @@ def _():
@app.cell
def _():
REPLACE_SOURCE = Path('data/reports/Perception-Research-Report_tagged.pptx')
REPLACE_SOURCE = Path('data/reports/Perception-Research-Report_2-2_tagged_2.pptx')
REPLACE_TARGET = Path('data/reports/Perception-Research-Report_2-2.pptx')
NEW_IMAGES_DIR = Path('figures/2-2-26')