Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
JuliaS92 committed Sep 10, 2024
1 parent 135628a commit c76fac5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion alphastats/gui/pages/03_Preprocessing.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
)

with c1:
st.write("### Flowchart of currenlty selected workflow:")
st.write("#### Flowchart of currently selected workflow:")

selected_nodes = draw_predefined_workflow(st.session_state.workflow)

Expand Down
2 changes: 1 addition & 1 deletion alphastats/gui/utils/preprocessing_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ def configure_preprocessing():
)

remove_contaminations = st.selectbox(
f"Remove contaminations annotated in {'contaminations lirbary' if 'dataset' not in st.session_state else st.session_state.dataset.filter_columns}",
f"Remove contaminations annotated in {'contaminations library' if 'dataset' not in st.session_state else st.session_state.dataset.filter_columns}",
options=[True, False],
)

Expand Down

0 comments on commit c76fac5

Please sign in to comment.