Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -38,6 +38,9 @@ def semanticComparativeClassification():
|
|
38 |
"sentences": sentences
|
39 |
},
|
40 |
})
|
|
|
|
|
|
|
41 |
index=0
|
42 |
for i in output:
|
43 |
st.write(sentences[index]," - ",i)
|
|
|
38 |
"sentences": sentences
|
39 |
},
|
40 |
})
|
41 |
+
|
42 |
+
st.write(output)
|
43 |
+
|
44 |
index=0
|
45 |
for i in output:
|
46 |
st.write(sentences[index]," - ",i)
|