ERROR:FileNotFound

Hi all,

So I just deployed or attempted to deploy my first streamlit app at: https://firstprojectmichel.streamlit.app/

I get an error and when I check the logs it states that the “style.css” file could not be found. However, it is in the git repository… Also there seems to be nothing wrong with the code which I copied from a tutorial and which runs on my local machine perfectly.
What could be going wrong here? Help is greatly appreciated.

Here is the log:

I posted on these forums before and my question was answered, problem was solved.

Kind regards,

Mzz

I’d guess the path should be style/style.css because Community Cloud is a Debian machine and you are using windows-like paths.

Hi, so I guess it worked, but now I get a different error.

What caused this do you think?
The coding.png file is in the repository.

For sure, but I doubt it is in that path containing C:/Users/miche.... Community Cloud is a Debian machine, so try setting your paths relative to the app’s root (firstproject perhaps?).

Here are some useful recommendations: