graredcr commited on
Commit
5772ef9
·
1 Parent(s): 0ac8243

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ def semanticComparativeClassification():
41
 
42
  sentenceindex = i.index(max(i))
43
 
44
- st.write("Hablamos de ", sentenceindex)
45
 
46
  return output
47
 
 
41
 
42
  sentenceindex = i.index(max(i))
43
 
44
+ st.write("Hablamos de ", str(sentenceindex))
45
 
46
  return output
47