TRACES commited on
Commit
d8a69c8
1 Parent(s): d93f5ca

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -1
main.py CHANGED
@@ -148,7 +148,8 @@ if st.session_state.agree:
148
  str(st.session_state.emotions_result[0]['label']) +
149
  content['emotions_label_2'][st.session_state.lang] +
150
  str(round(st.session_state.emotions_result[0]['score'] * 100, 2)) +
151
- content['emotions_label_3'][st.session_state.lang])
 
152
 
153
 
154
  st.info(content['disinformation_definition'][st.session_state.lang], icon="ℹ️")
148
  str(st.session_state.emotions_result[0]['label']) +
149
  content['emotions_label_2'][st.session_state.lang] +
150
  str(round(st.session_state.emotions_result[0]['score'] * 100, 2)) +
151
+ content['emotions_label_3'][st.session_state.lang]+
152
+ content['emotions_label_5'][st.session_state.lang])
153
 
154
 
155
  st.info(content['disinformation_definition'][st.session_state.lang], icon="ℹ️")