Spaces:
Running
Running
Update DEL_analyzer.py
Browse files- DEL_analyzer.py +1 -1
DEL_analyzer.py
CHANGED
|
@@ -519,7 +519,7 @@ def main():
|
|
| 519 |
fp_list = [str(x) for x in fpdict]
|
| 520 |
st.session_state.fingerprint = st.selectbox('Select Fingerprint', fp_list)
|
| 521 |
|
| 522 |
-
st.session_state.threshold = 0.
|
| 523 |
st.write("The default threshold is 0.65")
|
| 524 |
#st.session_state.threshold = st.slider('Adjust threshold', 0.0, 1.0, 0.65)
|
| 525 |
|
|
|
|
| 519 |
fp_list = [str(x) for x in fpdict]
|
| 520 |
st.session_state.fingerprint = st.selectbox('Select Fingerprint', fp_list)
|
| 521 |
|
| 522 |
+
st.session_state.threshold = 0.35
|
| 523 |
st.write("The default threshold is 0.65")
|
| 524 |
#st.session_state.threshold = st.slider('Adjust threshold', 0.0, 1.0, 0.65)
|
| 525 |
|