Vividha

Results 4 issues of Vividha

### Description Some of the answers returned from the query contains image links in them like the one mentioned below. ![Capture](https://user-images.githubusercontent.com/50369708/137757585-0b8c3a6f-c96f-4c7f-adde-0481069c173c.PNG) The quality of the answer can be improved if...

Fixes [#2962](https://github.com/jsx-eslint/eslint-plugin-react/issues/2962)

In some opencv versions cv2.findContours returns 2 variables i.e contours, hierarchy or 3 variables i.e image, contours, hierarchy. Hence to avoid this version problem added list slicing which would always...

In the data after one hot encoding the crop columns are sorted in alphabetical order and therefore the prediction array is corresponding to those columns. So updated the crop array...