Open Antunees opened 1 month ago
I needed install python-fasthtml manually and after this, i get this error:
root@0e3a461ba531:/# python3 main.py Traceback (most recent call last): File "//main.py", line 21, in <module> css = Style( NameError: name 'Style' is not defined
Are missing this import: from fasthtml.common import *
from fasthtml.common import *
I needed install python-fasthtml manually and after this, i get this error: