Spaces:
Running
Running
Update main.py
Browse files
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="ℹ️")
|