Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -30,7 +30,9 @@ def semanticComparativeClassification():
|
|
30 |
"sentences": sentences
|
31 |
},
|
32 |
})
|
33 |
-
|
|
|
|
|
34 |
|
35 |
sentenceindex = output.index(max(output))
|
36 |
|
|
|
30 |
"sentences": sentences
|
31 |
},
|
32 |
})
|
33 |
+
|
34 |
+
for i in output:
|
35 |
+
st.write(sentences[i]," - ",i)
|
36 |
|
37 |
sentenceindex = output.index(max(output))
|
38 |
|