Skip to content

Commit

Permalink
Add page title.
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisWellsWood authored Jan 31, 2024
1 parent 2c5871f commit b332467
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ui.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
from sample import main_sample
from matplotlib.pyplot import imread

# Set page title.
st.set_page_config(page_title="TIMED Design")

# {{{ Cached Wrappers
@st.cache(show_spinner=False)
def _calculate_seq_metrics_wrapper(seq: str):
Expand Down

0 comments on commit b332467

Please sign in to comment.