diff --git a/py/simple_chat.py b/py/simple_chat.py index 0c3165f..879e1f1 100644 --- a/py/simple_chat.py +++ b/py/simple_chat.py @@ -1,6 +1,5 @@ from api import API - class CLIChat: @staticmethod def chat(): diff --git a/py/static/index.html b/py/templates/index.html similarity index 88% rename from py/static/index.html rename to py/templates/index.html index cef6982..3425d0a 100644 --- a/py/static/index.html +++ b/py/templates/index.html @@ -71,16 +71,19 @@