Skip to content

Commit 7d76e64

Browse files
committed
Remove opyrator from title
1 parent f91143f commit 7d76e64

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/opyrator/ui/streamlit_ui.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -826,8 +826,6 @@ def render_streamlit_ui(opyrator: Opyrator) -> None:
826826
session_state = streamlit_utils.get_session_state()
827827

828828
title = opyrator.name
829-
if "opyrator" not in opyrator.name.lower():
830-
title += " - Opyrator"
831829

832830
# Page config can only be setup once
833831
# st.set_page_config(page_title="Opyrator", page_icon=":arrow_forward:")

0 commit comments

Comments
 (0)