Skip to content

Commit

Permalink
Add logo .ico to browser tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Odrec committed Nov 21, 2024
1 parent fbd2085 commit 716c0cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

st.set_page_config(
page_title="Transkriptiondienst",
page_icon="💬",
page_icon="assets/whisper-logo.ico",
layout="wide",
initial_sidebar_state="expanded"
)
Expand Down Expand Up @@ -183,6 +183,7 @@ def callback_disable_controls():


with st.sidebar:

st.write("Upload a video or audio file or provide a YouTube link to get a transcription.")

form_key = "transcription_form"
Expand Down
Binary file added assets/whisper-logo.ico
Binary file not shown.

0 comments on commit 716c0cc

Please sign in to comment.