hamdah926 commited on
Commit
447e0db
·
verified ·
1 Parent(s): de3cc43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- "Sentence": text,
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)