Spaces:
Sleeping
Sleeping
Arts-of-coding
commited on
Commit
•
6356aa9
1
Parent(s):
4014816
Update pages/corg.py
Browse files- pages/corg.py +1 -1
pages/corg.py
CHANGED
@@ -265,7 +265,7 @@ tab4_content = html.Div([
|
|
265 |
options=df.columns),
|
266 |
]),
|
267 |
html.Div([
|
268 |
-
dcc.Graph(id='scatter-plot-12', figure={}, className='
|
269 |
]),
|
270 |
])
|
271 |
|
|
|
265 |
options=df.columns),
|
266 |
]),
|
267 |
html.Div([
|
268 |
+
dcc.Graph(id='scatter-plot-12', figure={}, className='row',style={'width': '100vh', 'height': '90vh'})
|
269 |
]),
|
270 |
])
|
271 |
|