Skip to content
This repository was archived by the owner on Jan 7, 2026. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/tabs/data_governance.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def data_governance_page(tab_name):

st.subheader("Memorandum: Ethical Justification for Controlled Access to Raw Voice Data Samples")

st.markdown("""Click the button below to download a copy of the memorandum explaining the reasoning behind the governance structur.""")
st.markdown("""Click the button below to download a copy of the memorandum explaining the reasoning behind the governance structure.""")

try:
with open("docs/v1.0-Memorandum on Raw Voice Data Samples.pdf", "rb") as pdf_file:
Expand Down
Loading