TRACES commited on
Commit
f804b80
·
1 Parent(s): 12ce985
Files changed (1) hide show
  1. main.py +1 -1
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