Regarding Submission

How to make submission, when i am submitting a zip file in this format

submission
├── submission.csv
└── original_notebook.ipynb

It is asking for assets folder.

In the submission.zip you uploaded in your latest submission, the zip file contains another folder submission which gives you the error.

image

Make sure there is only submission.csv and the original_notebook.ipynb in the submission.zip, like this -

submission.zip
   ├── submission.csv
   └── original_notebook.ipynb
1 Like