ychafiqui commited on
Commit
565ac59
1 Parent(s): 96a52ee

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def resume_ner(file):
16
  doc = nlp(resume)
17
  html = displacy.render(doc, style="ent", page=True, options=options)
18
  html = (
19
- "<div style='max-width:100%; max-height:400px; overflow:auto'>"
20
  + html
21
  + "</div>"
22
  )
 
16
  doc = nlp(resume)
17
  html = displacy.render(doc, style="ent", page=True, options=options)
18
  html = (
19
+ "<div style='max-width:100%; max-height:500px; overflow:auto'>"
20
  + html
21
  + "</div>"
22
  )