Cloud-CV/EvalAI-Starters

What is the correct way to insert an image in description?

zhxgj opened this issue · 2 comments

zhxgj commented

I have the following html code to insert an image in description.html. The image is in the same directory as description.html. But the image does not show up in the evalai website of the competition.

<img width="100%" src="example.png" alt="Example">

Hi @zhxgj,

The src must be the path of an image uploaded on a server which is publically accessible.
Please let me know if you have more questions.

zhxgj commented

Thank you for your help @RishabhJain2018 This method works with me.