Update app.py
Browse files
app.py
CHANGED
@@ -231,8 +231,8 @@ if submit and len(x) != 0:
|
|
231 |
edccanbis += [[lstSentEnt[i][0], lstSentEnt[i][1], outrelbl[i][:-7], lstSentEnc[i], lstSentbilbl[i]]]
|
232 |
#edccan += [[lstSentEnc[i],lstSentEnt[i][0]+" ["+lstSentbilbl[i][0][2:]+"]", lstSentEnt[i][1]+" ["+lstSentbilbl[i][1][2:]+"]",outrelbl[i][:-7]]]
|
233 |
|
234 |
-
edccanbis = postcor(edccanbis
|
235 |
-
|
236 |
|
237 |
for e in edccanbis:
|
238 |
edccan += [[e[3],e[0]+" ["+e[-1][0][2:]+"]", e[1]+" ["+e[-1][1][2:]+"]",e[2][:-7]]]
|
|
|
231 |
edccanbis += [[lstSentEnt[i][0], lstSentEnt[i][1], outrelbl[i][:-7], lstSentEnc[i], lstSentbilbl[i]]]
|
232 |
#edccan += [[lstSentEnc[i],lstSentEnt[i][0]+" ["+lstSentbilbl[i][0][2:]+"]", lstSentEnt[i][1]+" ["+lstSentbilbl[i][1][2:]+"]",outrelbl[i][:-7]]]
|
233 |
|
234 |
+
edccanbis = postcor(edccanbis)
|
235 |
+
|
236 |
|
237 |
for e in edccanbis:
|
238 |
edccan += [[e[3],e[0]+" ["+e[-1][0][2:]+"]", e[1]+" ["+e[-1][1][2:]+"]",e[2][:-7]]]
|