Spaces:
Runtime error
Runtime error
Commit
·
4fca62f
1
Parent(s):
82206e8
Update app.py
Browse files
app.py
CHANGED
@@ -87,7 +87,7 @@ if sidebar_selectbox == "Bulk upload and mark":
|
|
87 |
sentences = []
|
88 |
|
89 |
# Compare the setences two by two
|
90 |
-
sentence_comparison = df.
|
91 |
sentences.append(sentence_reference)
|
92 |
sentences.append(sentence_comparison)
|
93 |
|
|
|
87 |
sentences = []
|
88 |
|
89 |
# Compare the setences two by two
|
90 |
+
sentence_comparison = df.iat(index,1)
|
91 |
sentences.append(sentence_reference)
|
92 |
sentences.append(sentence_comparison)
|
93 |
|