Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -232,7 +232,8 @@ if st.session_state['active_card'] == 'card2':
|
|
232 |
yaxis2=dict(title='UnitPrice', overlaying='y', side='right'),
|
233 |
legend=dict(x=0.9, y=1.15),
|
234 |
hovermode="x unified", # Show both values in a tooltip
|
235 |
-
height=
|
|
|
236 |
margin=dict(l=50, r=50, t=50, b=50)
|
237 |
)
|
238 |
|
|
|
232 |
yaxis2=dict(title='UnitPrice', overlaying='y', side='right'),
|
233 |
legend=dict(x=0.9, y=1.15),
|
234 |
hovermode="x unified", # Show both values in a tooltip
|
235 |
+
height=500,
|
236 |
+
autosize=True,
|
237 |
margin=dict(l=50, r=50, t=50, b=50)
|
238 |
)
|
239 |
|