Use URL-based logos, env-based WebGUI title, apstrom.ca link, update README
This commit is contained in:
+3
-3
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user