flask-chatterbot icon indicating copy to clipboard operation
flask-chatterbot copied to clipboard

@kunjmehta

Open zico5288 opened this issue 4 years ago • 0 comments

@kunjmehta

One way to do this would be to:

  1. Store the URL/path of the image in the training data
  2. 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
    • Relevant code: https://github.com/chamkank/flask-chatterbot/blob/master/templates/index.html#L20-L23

Originally posted by @chamkank in https://github.com/chamkank/flask-chatterbot/issues/23#issuecomment-473486995

zico5288 avatar Mar 06 '21 22:03 zico5288