ishaanjain commited on
Commit
b726a66
1 Parent(s): 766bbc3

Update presidio_streamlit.py

Browse files
Files changed (1) hide show
  1. presidio_streamlit.py +1 -1
presidio_streamlit.py CHANGED
@@ -66,7 +66,7 @@ if not allow_other_models:
66
  st_model = st.sidebar.selectbox(
67
  "NER model package",
68
  model_list,
69
- index=2,
70
  help=model_help_text,
71
  )
72
 
 
66
  st_model = st.sidebar.selectbox(
67
  "NER model package",
68
  model_list,
69
+ index=0,
70
  help=model_help_text,
71
  )
72