ruanchaves commited on
Commit
c69e84b
1 Parent(s): 675538c

update url

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -8,7 +8,7 @@ def most_frequent(array):
8
  occurence_count = Counter(array)
9
  return occurence_count.most_common(1)[0][0]
10
 
11
- article_string = "Author: <a href=\"https://huggingface.co/ruanchaves\">Ruan Chaves Rodrigues</a>. Read more about our <a href=\"https://github.com/ruanchaves/evaluation-portuguese-language-models\">research on the evaluation of Portuguese language models</a>."
12
 
13
  app_title = "Textual entailment (Implicação)"
14
 
 
8
  occurence_count = Counter(array)
9
  return occurence_count.most_common(1)[0][0]
10
 
11
+ article_string = "Author: <a href=\"https://huggingface.co/ruanchaves\">Ruan Chaves Rodrigues</a>. Read more about our <a href=\"https://github.com/ruanchaves/eplm\">research on the evaluation of Portuguese language models</a>."
12
 
13
  app_title = "Textual entailment (Implicação)"
14