Add PWA manifest and SW
All checks were successful
Build & Release / build-docker-image (push) Successful in 1m51s
Build & Release / deploy-to-production (push) Successful in 8s

This commit is contained in:
2026-04-10 21:08:45 +02:00
parent fdbde62a25
commit c14a86b190
5 changed files with 41 additions and 0 deletions

View File

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