diff --git a/ui/app.py b/ui/app.py index 045d5bf..98be295 100644 --- a/ui/app.py +++ b/ui/app.py @@ -6,7 +6,7 @@ app = Flask(__name__) # ---------------------------- # Template HTML giĆ  esistente # ---------------------------- -TEMPLATE = open("template.html").read() # Se preferisci usare file separato +TEMPLATE = open("templates/index.html").read() # Se preferisci usare file separato # ---------------------------- # Endpoint principale