hello there,
I opened in my ownrepo from streamlit correctly, but when I use my local hostI have gotten this error:
File "/opt/homebrew/lib/python3.11/site-packages/streamlit/runtime/scriptrunner/script_runner.py", line 565, in _run_script
exec(code, module.__dict__)
File "/Users/migueldefrutos/Documents/Bootcamp/Data_Bridge /Alumno /ds_thebridge_11_22/Entregas/Machine/Startups/src/streamlit/proyecto.py", line 15, in <module>
with open('streamlit/model/model_miguel_recall.pkl', 'rb') as re:
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The problem is; when I use the stremlit’s link everything works as hoped, but my local host doesn’t read the path I wrote there…
So I don’t know if deploy and local host has compatibility.
Thanks a lot for any help