[demo] Show image for the original data when looking at refund/reward data for an image classifier #102
Labels
demo
Relates to the code to demonstrate the framework
enhancement
New feature or request
Priority: Low
I started to do this but the image wouldn't display. I was doing stuff like:
I was trying to save
canvas.toDataURL()
to the database of original data as text and then load it into an<img>
tag. It wouldn't display.The text was updated successfully, but these errors were encountered: