dar-tau commited on
Commit
aefddd4
·
verified ·
1 Parent(s): 1782911

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ def analyze_sentence(index, vis_type, vis_format):
50
  ]
51
  }]
52
  graph_output = displacy.render(ex, style="dep", jupyter=False, manual=True, options={"compact": True})
53
- graph_output = ("<div style='max-width:100%; zoom:30%; max-height:180px; overflow:auto'>"
54
  + graph_output +
55
  "</div>"
56
  )
 
50
  ]
51
  }]
52
  graph_output = displacy.render(ex, style="dep", jupyter=False, manual=True, options={"compact": True})
53
+ graph_output = ("<div style='max-width:100%; zoom:80%; max-height:360px; overflow:auto'>"
54
  + graph_output +
55
  "</div>"
56
  )