diff --git a/server.py b/server.py
index ecaaf37..4e7be7b 100644
--- a/server.py
+++ b/server.py
@@ -105,7 +105,7 @@ if __name__ == "__main__":
for t in threads:
t.start()
- app.run(host="localhost", debug=True, port=5000)
+ app.run(host="localhost", debug=False, port=5000)
# Wait for all threads to complete
for t in threads:
t.join()
diff --git a/templates/layouts/index.html b/templates/layouts/index.html
index ca6cf32..5192adc 100644
--- a/templates/layouts/index.html
+++ b/templates/layouts/index.html
@@ -9,7 +9,7 @@
-
+
@@ -209,4 +209,4 @@