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

Update pages/integratedsuture.py

Browse files
Files changed (1) hide show
  1. pages/integratedsuture.py +1 -4
pages/integratedsuture.py CHANGED
@@ -316,10 +316,7 @@ tab4_content = html.Div([
316
  options=df.columns),
317
  ]),
318
  html.Div([
319
- dcc.Graph(id='scatter-plot-12', figure={}, className='row',config=config_fig,
320
- "layout": {
321
- "title": "My Dash Graph",
322
- "height": 700}, # px)
323
  ]),
324
  ])
325
 
 
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