Skip to content

Commit

Permalink
Remove opyrator from title
Browse files Browse the repository at this point in the history
  • Loading branch information
lukasmasuch committed May 4, 2021
1 parent f91143f commit 7d76e64
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/opyrator/ui/streamlit_ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -826,8 +826,6 @@ def render_streamlit_ui(opyrator: Opyrator) -> None:
session_state = streamlit_utils.get_session_state()

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

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

0 comments on commit 7d76e64

Please sign in to comment.