taskswithcode commited on
Commit
580406b
1 Parent(s): ec81938
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ from transformers import BertTokenizer, BertForMaskedLM
28
 
29
 
30
  APP_NAME = "hf/semantic_search"
31
- INFO_URL = "http://www.taskswithcode.com/stats/"
32
 
33
 
34
 
28
 
29
 
30
  APP_NAME = "hf/semantic_search"
31
+ INFO_URL = "https://www.taskswithcode.com/stats/"
32
 
33
 
34