[Answered ]-Global name 'displayhtml' is not defined

2👍

You need to import the module from where you get the displayhtml() function from.

from somemodule import displayhtml

Leave a comment