Spaces:
Sleeping
Sleeping
Update pages/pbs_suture.py
Browse files- 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-
|
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 |
|