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