ModuleNotFoundError: This app has encountered an error. The original error message is redacted to prevent data leaks

I am getting this error for 3 days, I guess it is unable to open a file given within same directory,

here is the full code for app.py

thanks in advance

Which ML framework was used to create the model?
I assume that to load the pickled model, the corresponding ML library must also be imported beforehand, otherwise Python cannot handle this unknown object.
Be aware, if you do so, you will also need a requirements.txt file in your github repo.

Take a look at the full error details that have been recorded in the logs. Hopefully they contain useful information.

Create requirements.txt and deployed
still it is showing the same error

can see streamlit app, link is above

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