Kuaaangwen commited on
Commit
4fca62f
·
1 Parent(s): 82206e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.get_value(index,1)
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