AnswerDotAI / fasthtml-example

Example fasthtml applications demonstrating a range of web programming techniques
Apache License 2.0
656 stars 99 forks source link

Chess are not working #52

Open Antunees opened 1 month ago

Antunees commented 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
Antunees commented 1 month ago

Are missing this import: from fasthtml.common import *