ruanchaves commited on
Commit
abadb7c
1 Parent(s): 1b37569

improve markdown

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -35,12 +35,12 @@ exibindo a porcentagem de similaridade entre os pares textuais.)
35
  """ }
36
 
37
  score_descriptions = {
38
- 0: "The sentences are {0} similar. The sentences are completely different from each other and do not have any common topic or similarity.",
39
- 1: "The sentences are {0} similar. The sentences are completely different from each other and do not have any common topic or similarity.",
40
- 2: "The sentences are {0} similar. The sentences are not directly related, but they share some topic or theme.",
41
- 3: "The sentences are {0} similar. The sentences are somewhat related: they may have different content but have some common details or aspects.",
42
- 4: "The sentences are {0} similar. The sentences are strongly related, but still have some differences in details or wording.",
43
- 5: "The sentences are {0} similar. The sentences convey essentially the same message or information."
44
  }
45
 
46
  score_descriptions_pt = {
 
35
  """ }
36
 
37
  score_descriptions = {
38
+ 0: "# **{0}** \n \n The sentences are {0} similar. The sentences are completely different from each other and do not have any common topic or similarity.",
39
+ 1: "# **{0}** \n \n The sentences are {0} similar. The sentences are completely different from each other and do not have any common topic or similarity.",
40
+ 2: "# **{0}** \n \n The sentences are {0} similar. The sentences are not directly related, but they share some topic or theme.",
41
+ 3: "# **{0}** \n \n The sentences are {0} similar. The sentences are somewhat related: they may have different content but have some common details or aspects.",
42
+ 4: "# **{0}** \n \n The sentences are {0} similar. The sentences are strongly related, but still have some differences in details or wording.",
43
+ 5: "# **{0}** \n \n The sentences are {0} similar. The sentences convey essentially the same message or information."
44
  }
45
 
46
  score_descriptions_pt = {