diff --git a/index.html b/index.html index 2a551f1..ced0628 100644 --- a/index.html +++ b/index.html @@ -68,13 +68,7 @@
- - - - +

Initializing AI Engine

Dekupai requires a local Python environment to run the BiRefNet neural network models.

diff --git a/styles.css b/styles.css index 9c86eb3..66830c2 100644 --- a/styles.css +++ b/styles.css @@ -995,6 +995,14 @@ input[type="range"]::-webkit-slider-thumb:hover { filter: drop-shadow(0 0 20px var(--accent-purple-glow)); } +.wizard-logo { + width: 64px; + height: 64px; + object-fit: contain; + filter: drop-shadow(0 0 15px rgba(255, 122, 0, 0.45)); + border-radius: 8px; +} + .setup-wizard h1 { font-family: var(--font-heading); font-size: 26px;