please i have a problem when i want to use the following command " st.beta_set_page_config(layout=“wide”) they tell me i have a fault and the app wont run . do u know why please
I am not sure what version of Streamlit you are using but the st.set_page_config has been out of beta for a while now. Your app should run fine locally (or in deployment) by just removing the beta_ in front of your command!
thank u , i do have a question:
i keep trying to put a graph in streamlit but i keep getting this message: ’FuncAnimation’ object has no attribute 'savefig’
do u happen to know why perhaps?
I would need to get a minimum working example of the code you are using to help with this, there is just too much I don’t know about your code to be able to accurately help you with this question!