Skip to content

Commit 263e1f0

Browse files
committed
Fix wording
1 parent 425039f commit 263e1f0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎spacy_streamlit/visualizer.py‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,12 @@ def visualize(
5151
model_names = list(models.keys())
5252

5353
spacy_model = st.sidebar.selectbox(
54-
"Pipeline",
54+
"Model",
5555
model_names,
5656
key=f"{key}_visualize_models",
5757
format_func=format_func,
5858
)
59-
model_load_state = st.info(f"Loading pipeline '{spacy_model}'...")
59+
model_load_state = st.info(f"Loading model '{spacy_model}'...")
6060
nlp = load_model(spacy_model)
6161
model_load_state.empty()
6262

0 commit comments

Comments
 (0)