presidio commited on
Commit
c555b1d
1 Parent(s): 5cc9567

Update presidio_streamlit.py

Browse files
Files changed (1) hide show
  1. presidio_streamlit.py +1 -1
presidio_streamlit.py CHANGED
@@ -101,7 +101,7 @@ st_threshold = st.sidebar.slider(
101
  min_value=0.0,
102
  max_value=1.0,
103
  value=0.35,
104
- help="Define the threshold for accepting a detection as PII. See more here: ",
105
  )
106
 
107
  st_return_decision_process = st.sidebar.checkbox(
 
101
  min_value=0.0,
102
  max_value=1.0,
103
  value=0.35,
104
+ help="Define the threshold for accepting a detection as PII.",
105
  )
106
 
107
  st_return_decision_process = st.sidebar.checkbox(