faizhalas commited on
Commit
d9fe858
1 Parent(s): 79c48b0

Update pages/2 Topic Modeling.py

Browse files
Files changed (1) hide show
  1. pages/2 Topic Modeling.py +1 -2
pages/2 Topic Modeling.py CHANGED
@@ -169,8 +169,7 @@ if uploaded_file is not None:
169
  bert_n_neighbors = t2.number_input('n_neighbors', value=15 , min_value=1, max_value=None, step=1)
170
  bert_embedding_model = st.radio(
171
  "embedding_model",
172
- ["all-MiniLM-L6-v2", "en_core_web_sm", "paraphrase-multilingual-MiniLM-L12-v2"],
173
- captions = ["English", "English", "Supports 50+ languages"], index=0, horizontal=True)
174
  else:
175
  st.write('Please choose your preferred method')
176
  if st.button("Submit", on_click=reset_all):
 
169
  bert_n_neighbors = t2.number_input('n_neighbors', value=15 , min_value=1, max_value=None, step=1)
170
  bert_embedding_model = st.radio(
171
  "embedding_model",
172
+ ["all-MiniLM-L6-v2", "en_core_web_sm", "paraphrase-multilingual-MiniLM-L12-v2"], index=0, horizontal=True)
 
173
  else:
174
  st.write('Please choose your preferred method')
175
  if st.button("Submit", on_click=reset_all):