graredcr commited on
Commit
f9455ee
·
1 Parent(s): de2d394

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
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