ProtonDataLabs commited on
Commit
1e5ca4c
·
unverified ·
1 Parent(s): 571abe3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -233,7 +233,7 @@ if st.session_state['active_card'] == 'card2':
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
 
 
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