Spaces:
Running
Running
Update pages/d101110xflex.py
Browse files- pages/d101110xflex.py +1 -1
pages/d101110xflex.py
CHANGED
@@ -265,7 +265,7 @@ tab4_content = html.Div([
|
|
265 |
options=df.columns),
|
266 |
]),
|
267 |
html.Div([
|
268 |
-
dcc.Graph(id='scatter-plot_db2-12', figure={}, className='
|
269 |
]),
|
270 |
])
|
271 |
|
|
|
265 |
options=df.columns),
|
266 |
]),
|
267 |
html.Div([
|
268 |
+
dcc.Graph(id='scatter-plot_db2-12', figure={}, className='row',style={'width': '100vh', 'height': '90vh'})
|
269 |
]),
|
270 |
])
|
271 |
|