Arts-of-coding commited on
Commit
19f21c4
·
verified ·
1 Parent(s): a60ce52

Update pages/pbs_suture.py

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