Arts-of-coding commited on
Commit
888a61b
·
verified ·
1 Parent(s): b3a9134

Update pages/integratedsuture.py

Browse files
Files changed (1) hide show
  1. pages/integratedsuture.py +1 -1
pages/integratedsuture.py CHANGED
@@ -316,7 +316,7 @@ tab4_content = html.Div([
316
  options=df.columns),
317
  ]),
318
  html.Div([
319
- dcc.Graph(id='scatter-plot-12', figure={}, className='row',style={'width': '90vh', 'height': '90vh'}), # px)
320
  ]),
321
  ])
322
 
 
316
  options=df.columns),
317
  ]),
318
  html.Div([
319
+ dcc.Graph(id='scatter-plot-12', figure={}, className='row',style={'width': '100vh', 'height': '90vh'}), # px)
320
  ]),
321
  ])
322