Unable to deploy on streamlit

unable to deploy my portfolio app on streamlit , it shows the following error

streamlit.runtime.media_file_storage.MediaFileStorageError: This app has encountered an error. The original error message is redacted to prevent data leaks. Full error details have been recorded in the logs (if you’re on Streamlit Cloud, click on ‘Manage app’ in the lower right of your app).

Hey @INDRANEEL8055,

Is the image that you’re trying to reference located at images/photo.png?

The error message is pretty clear, isn’t it?

  • Is the image file in the github repo?
  • file paths must be specified relative to the root folder of the github repo in streamlit cloud!

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