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