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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -241,7 +241,7 @@ if st.session_state['active_card'] == 'card2':
241
  fig.update_xaxes(tickangle=90)
242
 
243
  # Display the Plotly figure in Streamlit
244
- st.plotly_chart(fig, use_container_width=True)
245
 
246
 
247
 
 
241
  fig.update_xaxes(tickangle=90)
242
 
243
  # Display the Plotly figure in Streamlit
244
+ st.plotly_chart(fig, use_container_width=False)
245
 
246
 
247