taskswithcode commited on
Commit
31ff64f
1 Parent(s): a45b5da
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ use_case = {"1":"Finding similar phrases/sentences","2":"Retrieving semantically
21
  use_case_url = {"1":"https://huggingface.co/spaces/taskswithcode/semantic_similarity","2":"https://huggingface.co/spaces/taskswithcode/semantic_search","3":""}
22
 
23
 
24
- APP_NAME = "hf/semantic_search"
25
  INFO_URL = "http://www.taskswithcode.com/stats/"
26
 
27
 
 
21
  use_case_url = {"1":"https://huggingface.co/spaces/taskswithcode/semantic_similarity","2":"https://huggingface.co/spaces/taskswithcode/semantic_search","3":""}
22
 
23
 
24
+ APP_NAME = "hf/semantic_similarity"
25
  INFO_URL = "http://www.taskswithcode.com/stats/"
26
 
27