Implement VisualQA widget (#263)
* Implement VisualQA widget
* Update output to match proposed api
* Add WidgetOutputChart
* The output is `Array<answer, score>`
* WidgetOutputChart support `{ answer: string; score: number; color?: string }[]`
* Make sample input work
* Disbaled when loading
* vqa example input doc