Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
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 |
|