dar-tau commited on
Commit
f6b8642
1 Parent(s): 0bb435e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -64,7 +64,7 @@ def analyze_sentence(index, vis_type, vis_format):
64
  return fig_output, graph_output, metrics
65
 
66
 
67
- demo = gr.Blocks(css=".displacy_container svg{height:500px !important; transform: scale(0.5)}")
68
  with demo:
69
  with gr.Row():
70
  sentence_dropdown = gr.Dropdown(label="Sentence",
 
64
  return fig_output, graph_output, metrics
65
 
66
 
67
+ demo = gr.Blocks(css=".displacy_container svg{height:500px !important; margin-top:-500px; transform: scale(0.5)}")
68
  with demo:
69
  with gr.Row():
70
  sentence_dropdown = gr.Dropdown(label="Sentence",