Anustup commited on
Commit
6f8f921
1 Parent(s): 9c0a5f6

Update app_utils/frontend_utils.py

Browse files
Files changed (1) hide show
  1. app_utils/frontend_utils.py +2 -2
app_utils/frontend_utils.py CHANGED
@@ -4,8 +4,8 @@ import plotly.graph_objects as go
4
 
5
 
6
  entailment_html_messages = {
7
- "entailment": 'The knowledge base seems to <span style="color:green">confirm</span> your statement',
8
- "contradiction": 'The knowledge base seems to <span style="color:red">contradict</span> your statement',
9
  "neutral": 'The knowledge base is <span style="color:darkgray">neutral</span> about your statement',
10
  }
11
 
 
4
 
5
 
6
  entailment_html_messages = {
7
+ "entailment": 'The knowledge base seems to <span style="color:green">Not-a-mis-sell</span> about your statement',
8
+ "contradiction": 'The knowledge base seems to <span style="color:red">Mis-sell</span> about your statement',
9
  "neutral": 'The knowledge base is <span style="color:darkgray">neutral</span> about your statement',
10
  }
11