AnswerDotAI / fasthtml-example

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

Chess are not working #52

Open Antunees opened 2 hours ago

Antunees commented 2 hours 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 2 hours ago

Are missing this import: from fasthtml.common import *