Spaces:
Running
Running
Update presidio_streamlit.py
Browse files- 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=
|
| 70 |
help=model_help_text,
|
| 71 |
)
|
| 72 |
|
|
|
|
| 66 |
st_model = st.sidebar.selectbox(
|
| 67 |
"NER model package",
|
| 68 |
model_list,
|
| 69 |
+
index=1,
|
| 70 |
help=model_help_text,
|
| 71 |
)
|
| 72 |
|