sergeyfeldman commited on
Commit
3593839
·
1 Parent(s): 4ac2f60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -33,6 +33,7 @@ def predict(text):
33
  top = issues + feelings + harm + sentiment
34
 
35
  logToNotion(text, top)
 
36
 
37
  d = {i: j for i, j in top}
38
  return d
 
33
  top = issues + feelings + harm + sentiment
34
 
35
  logToNotion(text, top)
36
+ # just anything to trigger a rebuild!
37
 
38
  d = {i: j for i, j in top}
39
  return d