Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
|