Streamlit graphs in snowflake

Hello, I am trying to plot two different bar graphs
st1
st2
in my streamlit app which is in snowflake. The first graph is loading up fine but the second graph also has first graph overlapped on it. How should i fix this ?

I’m using st.columns and both the graph lie on the same column but on different tabs