Spaces:
Runtime error
Runtime error
Commit
·
3593839
1
Parent(s):
4ac2f60
Update app.py
Browse files
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
|