Skip to content

Commit

Permalink
Merge pull request #75 from wells-wood-research/page_title
Browse files Browse the repository at this point in the history
Add page title.
  • Loading branch information
universvm authored Jan 31, 2024
2 parents 2c5871f + b332467 commit 05d08a1
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 05d08a1

Please sign in to comment.