Spaces:
Running
Running
Update presidio_streamlit.py
Browse files- 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.
|
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(
|