Update app.py
Browse files
app.py
CHANGED
@@ -235,7 +235,7 @@ if submit and len(x) != 0:
|
|
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]
|
239 |
|
240 |
edccandf = pd.DataFrame(edccan, columns= ["Sentence", "Entity 1", "Entity 2", "Relation"] )
|
241 |
|
|
|
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]]]
|
239 |
|
240 |
edccandf = pd.DataFrame(edccan, columns= ["Sentence", "Entity 1", "Entity 2", "Relation"] )
|
241 |
|