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