Problem With Deployment

File "/home/appuser/venv/lib/python3.9/site-packages/streamlit/scriptrunner/script_runner.py", line 557, in _run_script
    exec(code, module.__dict__)File "diabeteswebapp.py", line 12, in <module>
    loaded_model=pickle.load(open('Diabetes-Web-App/trained_model.sav','rb'))

Hi @Shubhanshu_Gupta, welcome to the Streamlit community!

When asking for help, please post the full traceback message, and even better, post a link to your code repo so that people can understand the context of your error. Right now, there isn’t enough information to make a suggestion.

Best,
Randy

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