ProtonDataLabs commited on
Commit
4b39dd0
·
unverified ·
1 Parent(s): 1e5ca4c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -232,9 +232,9 @@ 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=500,
236
  autosize=False,
237
- margin=dict(l=50, r=50, t=50, b=50)
238
  )
239
 
240
  # Rotate X-axis labels
 
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=300,
236
  autosize=False,
237
+ margin=dict(l=1, r=1, t=1, b=1)
238
  )
239
 
240
  # Rotate X-axis labels