aboltachka commited on
Commit
21c30ae
1 Parent(s): aa1d1c2

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -444,7 +444,7 @@ def rr_detector(title_raw, abstract_raw):
444
  #Details
445
  if len(issue_count.keys()) == 0 and len(group_count.keys()) == 0 and len(blackball_count.keys()) == 0 :
446
  data = {
447
- "type": ["blackball", "issue", "group"],
448
  "term": ["term1", "term2", "term3"],
449
  "freq": [0, 0, 0]
450
  }
 
444
  #Details
445
  if len(issue_count.keys()) == 0 and len(group_count.keys()) == 0 and len(blackball_count.keys()) == 0 :
446
  data = {
447
+ "type": ["whitelist", "issue", "group"],
448
  "term": ["term1", "term2", "term3"],
449
  "freq": [0, 0, 0]
450
  }