Loading our own datasets

Hi @irrelevantRyan, welcome to the Streamlit community! Sorry I missed this before…

What is happening is that you are using a relative reference to the file, which presumes you start in a specific directory. The usual recommendation is to use pathlib, as demonstrated in this answer:

Best,
Randy

1 Like