ProtonDataLabs commited on
Commit
9281c02
·
unverified ·
1 Parent(s): 17fcbae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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=600,
 
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