graredcr commited on
Commit
84ecc33
·
1 Parent(s): b244e1e

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
- logtxt = logtxt + api_url
20
  logtxtbox.text_area("Logging: ", logtxt, height=500)
21
  semanticComparativeClassificationCall(api_url)
22
 
 
16
  ]
17
 
18
  for api_url in apis_urls:
19
+ logtxt = api_url
20
  logtxtbox.text_area("Logging: ", logtxt, height=500)
21
  semanticComparativeClassificationCall(api_url)
22