deprecation.showImageFormat IS NO LONGER SUPPORTED

Hi guys,

quick question. I was trying to run my streamlit app locally and my terminal returns me the following message:

deprecation.showImageFormat IS NO LONGER SUPPORTED.

The format parameter for st.image has been removed.

Please update config.toml.

Am I suppose to turn showImageFormat to โ€œFalseโ€ in the config.toml ? I did that, but I am still getting the same message. Would appreciate for any advice.

Cheers,
Navid

Hi,

I had the same error, I just commented all the lines in the โ€œdeprecationโ€ section and it worked.

Regards,
Jim

1 Like

That worked out for me as well. Appreciate the reply @jimphonom.

Regards,
Navid

The workaround to comment [deprecation] worked . anyone from streamlit share , what is ideal solution for this issue?