graredcr commited on
Commit
3145812
·
1 Parent(s): b6ff19b

Update app.py

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