Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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:
|
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 |
)
|