rzaytsev commited on
Commit
d8c71b8
1 Parent(s): 658f952

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def predict(title, abstract):
41
  break
42
  return preds
43
 
44
- if len(title) == 0 and len(abstract == 0):
45
  pass
46
  else:
47
  output = predict(title, abstract)
 
41
  break
42
  return preds
43
 
44
+ if len(title) == 0 and len(abstract) == 0:
45
  pass
46
  else:
47
  output = predict(title, abstract)