voice gender plots done

This commit is contained in:
2026-02-03 01:03:29 +01:00
parent acf9c45844
commit 1dce4db909
2 changed files with 13 additions and 3 deletions

View File

@@ -654,5 +654,15 @@ def _():
return
@app.cell(hide_code=True)
def _():
mo.md(r"""
## Ranking points for Voice per Chosen Brand Character
**missing mapping**
""")
return
if __name__ == "__main__":
app.run()