If you’re creating a debugging post, please include the following info:
- Are you running your app locally or is it deployed? local
- Share the full text of the error message (not a screenshot). I’m not getting an error message. Share the Streamlit and Python versions. streamlit version : 1.35.0, python version: 3.12.1
I want to change the language of the button that says browser files to Spanish, but I don’t know how to do it
this is my code
archivo_adjunto = st.file_uploader(“Adjuntar archivo”, type=[“pdf”, “docx”, “xlsx”, “csv”, “jpg”, “png”, “xlsm”])