Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gurayerus committed Dec 10, 2024
1 parent b1ed7c3 commit d646bec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viewer/pages/workflow_sMRI_MLScores.py
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ def panel_download() -> None:
Panel for downloading results
"""
st.checkbox(
":material/new_label: Download Scans",
":material/new_label: Download Results",
disabled=not st.session_state.flags["csv_mlscores"],
key='_check_ml_download',
value=st.session_state.checkbox['ml_download']
Expand Down

0 comments on commit d646bec

Please sign in to comment.