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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def semanticComparativeClassification():
34
 
35
  sentenceindex = output.index(max(output))
36
 
37
- st.write("Hablamos de ", str(sentenceindex))
38
 
39
  return output
40
 
 
34
 
35
  sentenceindex = output.index(max(output))
36
 
37
+ st.write("Hablamos de ", str(sentences[sentenceindex]))
38
 
39
  return output
40