Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,7 +22,7 @@ def entities_to_df(text):
|
|
22 |
"Score": float((entity['score'])),
|
23 |
"Start": entity['start'],
|
24 |
"End": entity['end'],
|
25 |
-
"
|
26 |
})
|
27 |
|
28 |
df = pd.DataFrame(all_entities)
|
|
|
22 |
"Score": float((entity['score'])),
|
23 |
"Start": entity['start'],
|
24 |
"End": entity['end'],
|
25 |
+
"Text": text,
|
26 |
})
|
27 |
|
28 |
df = pd.DataFrame(all_entities)
|