From 0ceb75f863755ecb5437bededd309711b15a64d0 Mon Sep 17 00:00:00 2001 From: Francesco Picone Date: Mon, 29 Dec 2025 12:48:34 +0100 Subject: [PATCH] . --- ui/app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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