graredcr commited on
Commit
57999b6
·
1 Parent(s): 1d6bcad

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def semanticComparativeClassification():
16
  ]
17
 
18
  for api_url in apis_urls:
19
- wt.append(api_url)
20
  semanticComparativeClassificationCall(api_url)
21
 
22
 
 
16
  ]
17
 
18
  for api_url in apis_urls:
19
+ wt.extend(api_url)
20
  semanticComparativeClassificationCall(api_url)
21
 
22