voice gender plots done
This commit is contained in:
@@ -654,5 +654,15 @@ def _():
|
|||||||
return
|
return
|
||||||
|
|
||||||
|
|
||||||
|
@app.cell(hide_code=True)
|
||||||
|
def _():
|
||||||
|
mo.md(r"""
|
||||||
|
## Ranking points for Voice per Chosen Brand Character
|
||||||
|
|
||||||
|
**missing mapping**
|
||||||
|
""")
|
||||||
|
return
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
app.run()
|
app.run()
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ def _():
|
|||||||
|
|
||||||
@app.cell
|
@app.cell
|
||||||
def _():
|
def _():
|
||||||
TAG_SOURCE = Path('data/reports/Perception-Research-Report_2-2.pptx')
|
TAG_SOURCE = Path('data/reports/Perception-Research-Report_2-2_updated.pptx')
|
||||||
TAG_TARGET = Path('data/reports/Perception-Research-Report_2-2_tagged.pptx')
|
TAG_TARGET = Path('data/reports/Perception-Research-Report_2-2_tagged.pptx')
|
||||||
TAG_IMAGE_DIR = Path('figures/2-2-26')
|
TAG_IMAGE_DIR = Path('figures/2-2-26')
|
||||||
return TAG_IMAGE_DIR, TAG_SOURCE, TAG_TARGET
|
return TAG_IMAGE_DIR, TAG_SOURCE, TAG_TARGET
|
||||||
@@ -43,8 +43,8 @@ def _():
|
|||||||
|
|
||||||
@app.cell
|
@app.cell
|
||||||
def _():
|
def _():
|
||||||
REPLACE_SOURCE = Path('data/reports/Perception-Research-Report_2-2.pptx')
|
REPLACE_SOURCE = Path('data/reports/Perception-Research-Report_2-2_tagged.pptx')
|
||||||
REPLACE_TARGET = Path('data/reports/Perception-Research-Report_2-2_updated.pptx')
|
REPLACE_TARGET = Path('data/reports/Perception-Research-Report_2-2.pptx')
|
||||||
|
|
||||||
NEW_IMAGES_DIR = Path('figures/2-2-26')
|
NEW_IMAGES_DIR = Path('figures/2-2-26')
|
||||||
return NEW_IMAGES_DIR, REPLACE_SOURCE, REPLACE_TARGET
|
return NEW_IMAGES_DIR, REPLACE_SOURCE, REPLACE_TARGET
|
||||||
|
|||||||
Reference in New Issue
Block a user