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

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:360px; 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:400px; overflow:auto'>"
20
  + html
21
  + "</div>"
22
  )