TRACES commited on
Commit
4201d5b
1 Parent(s): 5b10892

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -112,7 +112,7 @@ if st.session_state.agree:
112
  str(round(st.session_state.gpt_detector_probability[0] * 100, 2)) +
113
  content['gpt_no_proba'][st.session_state.lang], icon="✅")
114
 
115
- if st.session_state.untrue_detector_result == 1:
116
  st.warning(content['untrue_getect_yes'][st.session_state.lang] +
117
  str(round(st.session_state.untrue_detector_probability * 100, 2)) +
118
  content['untrue_yes_proba'][st.session_state.lang], icon="⚠️")
 
112
  str(round(st.session_state.gpt_detector_probability[0] * 100, 2)) +
113
  content['gpt_no_proba'][st.session_state.lang], icon="✅")
114
 
115
+ if st.session_state.untrue_detector_result == 0:
116
  st.warning(content['untrue_getect_yes'][st.session_state.lang] +
117
  str(round(st.session_state.untrue_detector_probability * 100, 2)) +
118
  content['untrue_yes_proba'][st.session_state.lang], icon="⚠️")