Use URL-based logos, env-based WebGUI title, apstrom.ca link, update README
Mirror and run GitLab CI / build (push) Has been cancelled
Ruff / ruff (push) Has been cancelled

This commit is contained in:
admin
2026-06-14 15:35:16 +00:00
parent fb1dc3324d
commit dc20e9cff0
5 changed files with 129 additions and 36 deletions
+3 -3
View File
@@ -3,7 +3,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>A.P.Strom Transcription</title>
<title>{webui_title}</title>
<!-- Importing Cormorant Garamond font from Google Fonts -->
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;700&display=swap" rel="stylesheet">
@@ -66,10 +66,10 @@
</head>
<body>
<div class="header-container">
<h1 class="header-title">A.P.Strom Transcription</h1>
<h1 class="header-title">{webui_title}</h1>
<div class="logo-container">
<a href="{header_logo_url}">
<img src="./gradio_api/file={header_logo_src}" alt="A.P.Strom Logo" class="logo">
<img src="{header_logo_src}" alt="{webui_title}" class="logo">
</a>
</div>
</div>