Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,8 +34,8 @@ def semanticComparativeClassification():
|
|
34 |
sentenceindex = -1
|
35 |
max = 0
|
36 |
for i in output:
|
37 |
-
st.write(i)
|
38 |
-
if i
|
39 |
sentenceindex = index
|
40 |
index = index + 1
|
41 |
|
|
|
34 |
sentenceindex = -1
|
35 |
max = 0
|
36 |
for i in output:
|
37 |
+
st.write(sentences[index]," - ",i)
|
38 |
+
if i<max:
|
39 |
sentenceindex = index
|
40 |
index = index + 1
|
41 |
|