Spaces:
Sleeping
Sleeping
Fix typo
Browse files
main.py
CHANGED
@@ -48,7 +48,7 @@ if all([
|
|
48 |
'gpt_detector_result' not in st.session_state,
|
49 |
'untrue_detector_result' not in st.session_state,
|
50 |
'bert_result' not in st.session_state
|
51 |
-
])
|
52 |
st.session_state.gpt_detector_result = ''
|
53 |
st.session_state.gpt_detector_probability = [1, 0]
|
54 |
|
|
|
48 |
'gpt_detector_result' not in st.session_state,
|
49 |
'untrue_detector_result' not in st.session_state,
|
50 |
'bert_result' not in st.session_state
|
51 |
+
]):
|
52 |
st.session_state.gpt_detector_result = ''
|
53 |
st.session_state.gpt_detector_probability = [1, 0]
|
54 |
|