import IPython.display as display from IPython.display import HTML # HTML prototype of a gamified human verification demo html_demo = """

Are You Human?

Select the image that best represents the word: Curiosity
Explorer Question Mark Thinking Emoji
""" display.display(HTML(html_demo))