Hello, I am trying to deply my app from Github, But I am getting the Error FileNotFound. I saw this is a frequent question but I wasn´t able to find how to fix. How you can help.
Github https://github.com/HectorRojo/st_rutas_prueba/blob/main/Logistica1.png
Thanks!
Hi @HectorRojo, welcome to the Streamlit community!
The issue arises around paths like these:
Streamlit Cloud starts from the root directory, so the path is not inegi_jalisco_prueba.csv, but rather code_/inegi_jalisco_prueba.csv
inegi_jalisco_prueba.csv
code_/inegi_jalisco_prueba.csv
Best, Randy
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.