remove broken pwa feature and fix weekly analytics counter

This commit is contained in:
2026-04-20 15:34:04 +02:00
parent c14a86b190
commit 0cd500e9f2
7 changed files with 7 additions and 48 deletions

View File

@@ -2,9 +2,6 @@ import streamlit as st
from logger import init_logger
from styles import init_styles
from components import pwa
pwa.init()
init_logger()
init_styles()