Use simpler display for classification confidence
We'll switch the classification confidence from the progress bar to a simpler one, using a bulma tag with varying colors:
- below 60%, red
- between 60% and 80%, orange
- above 80%, green
please use is-light
classes, and display the confidence score as percentages (assuming the input value is always between 0 and 1).
You should create a dedicated component for that, as it will be used across different places.
Edited by Bastien Abadie