BC results per consumer
This commit is contained in:
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user