Spaces:
Sleeping
Sleeping
Update main.py
Browse files
main.py
CHANGED
@@ -142,9 +142,9 @@ if st.session_state.agree:
|
|
142 |
str(round(st.session_state.bert_gpt_result[0]['score'] * 100, 2)) +
|
143 |
content['bert_gpt_2'][st.session_state.lang], icon = "⚠️")
|
144 |
else:
|
145 |
-
st.success(content['
|
146 |
str(round(st.session_state.bert_gpt_result[0]['score'] * 100, 2)) +
|
147 |
-
content['
|
148 |
|
149 |
st.info(content['disinformation_definition'][st.session_state.lang], icon="ℹ️")
|
150 |
|
|
|
142 |
str(round(st.session_state.bert_gpt_result[0]['score'] * 100, 2)) +
|
143 |
content['bert_gpt_2'][st.session_state.lang], icon = "⚠️")
|
144 |
else:
|
145 |
+
st.success(content['bert_no_1'][st.session_state.lang] +
|
146 |
str(round(st.session_state.bert_gpt_result[0]['score'] * 100, 2)) +
|
147 |
+
content['bert_no_2'][st.session_state.lang], icon="✅")
|
148 |
|
149 |
st.info(content['disinformation_definition'][st.session_state.lang], icon="ℹ️")
|
150 |
|