ValueError: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you're on Streamlit Cloud, click on 'Manage app' in the lower right of your app)

I’m getting this error. Can anyone help?
My Github Link: GitHub - BrunoAzambuja/Classificacao_com_AutoML_em_manutencao_preditiva_de_maquinas
Requirement.txt: Classificacao_com_AutoML_em_manutencao_preditiva_de_maquinas/requirements.txt at main · BrunoAzambuja/Classificacao_com_AutoML_em_manutencao_preditiva_de_maquinas · GitHub

Did you take a look at the error details in the logs?

Yes.

I can see on your last commit that you changed the line that was throwing the error.

resultado = modelo.predict(listaValores) became:
resultado = modelo.predict(features_df)

Does that mean you figured out your error?