diff --git a/official-templates/better-ai-launcher/app/templates/index.html b/official-templates/better-ai-launcher/app/templates/index.html
index b984366..f834461 100644
--- a/official-templates/better-ai-launcher/app/templates/index.html
+++ b/official-templates/better-ai-launcher/app/templates/index.html
@@ -2403,6 +2403,7 @@
{% for app_key, app_info in apps.items() %}
{{ app_info.name }}
+ {% if app_status[app_key]['installed'] %}
- {% if app_key == 'bcomfy' and app_status[app_key]['installed'] %}
+ {% if app_key == 'bcomfy' %}
{% endif %}
- {% if not app_status[app_key]['installed'] %}
-
- {% endif %}
Status: {{ app_status[app_key]['status'] }}
+ {% else %}
+
+ {% endif %}
{% endfor %}