Please replace st.beta_columns with st.columns

I am getting this warning notice but I don’t have any of either commands in my code. Don’t know how to get rid of it.

Please replace `st.beta_columns` with `st.columns` .

`st.beta_columns` will be removed after 2021-11-02.

I am assuming is part of the “streamlit_metrics” library you imported. Try to use Streamlit “st.metric” instead. This approach would provide a similar result and would not require additional libraries.

1 Like

Seems to have fixed it, thanks.

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.