@kunjmehta
One way to do this would be to:
- Store the URL/path of the image in the training data
- Check for these URLs/paths on the front-end and instead of displaying the answer as raw text, display it as an
<img src="URL/path" /> tag
Originally posted by @chamkank in #23 (comment)
@kunjmehta
One way to do this would be to:
<img src="URL/path" />tagOriginally posted by @chamkank in #23 (comment)