From 5dfa5875eec873512d695dc9624898789be11ade Mon Sep 17 00:00:00 2001 From: Nico Athanassiadis <nico@dsv.su.se> Date: Fri, 7 Mar 2025 10:06:59 +0100 Subject: [PATCH 1/2] Powered with Whisper AI Added text under the Seshat Audio Transcriber heading so that users know that the application uses whisper ai. The text is also clickable and opens a new tab or window that goes to https://openai.com/index/whisper if the users wants to learn more about whisper ai. --- src/main/resources/static/css/styles.css | 19 +++++++++++++------ .../resources/templates/file-management.html | 5 +++++ 2 files changed, 18 insertions(+), 6 deletions(-) diff --git a/src/main/resources/static/css/styles.css b/src/main/resources/static/css/styles.css index 57fd3bb..7f8f0f0 100644 --- a/src/main/resources/static/css/styles.css +++ b/src/main/resources/static/css/styles.css @@ -2,12 +2,19 @@ --bs-primary-rgb: 0, 47, 95; --bs-btn-bg: #002F5F; } -/* Sticky footer layout */ -/* Header Styling */ -.header { - display: flex; - align-items: center; - justify-content: space-between; + +.header-link { + color: white; + text-decoration: none; + font-size: 0.8rem; +} + +.header-link:hover { + text-decoration: underline; +} + +.header-link:visited { + color: white; } .header .app-title { diff --git a/src/main/resources/templates/file-management.html b/src/main/resources/templates/file-management.html index b32d62b..c16db8e 100644 --- a/src/main/resources/templates/file-management.html +++ b/src/main/resources/templates/file-management.html @@ -24,6 +24,11 @@ </ul> </div> </div> + <div class="container text-center"> + <span class="span-small"> + <a href="https://openai.com/index/whisper/" target="_blank" class="header-link">Powered with Whisper AI</a> + </span> + </div> </header> <main class="container mt-4"> From ee045fe3de5ca64250f0fe62550d750a372c6a32 Mon Sep 17 00:00:00 2001 From: Nico Athanassiadis <nico@dsv.su.se> Date: Fri, 7 Mar 2025 10:13:20 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index 189c478..8a7037f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,3 @@ -> [!IMPORTANT] -> Not production ready. More work is needed. This works as an mvp demo for testing. - # Seshat Audio Transcription App > Seshat was the ancient Egyptian goddess of writing, knowledge, and wisdom. She played a key role in Egyptian mythology as a scribe and keeper of records, closely associated with Thoth, the god of wisdom and writing. While Thoth was often considered her counterpart or consort, Seshat had her own distinct identity and responsibilities.