Skip to content

Commit

Permalink
Refactor(app): use set_page_config from the package
Browse files Browse the repository at this point in the history
  • Loading branch information
mykolaskrynnyk committed Sep 11, 2024
1 parent e7b49d6 commit 1cd5c76
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,8 @@

OPTIONS = list("ABCDE")

st.set_page_config(
page_title="st-undp App",
page_icon=":flag-un:",
layout="wide",
initial_sidebar_state="auto",
st_undp.set_page_config(
title="st-undp App",
menu_items={
"Get help": "https://github.com/undp-data/st-undp",
"Report a Bug": "https://github.com/undp-data/st-undp/issues",
Expand Down

0 comments on commit 1cd5c76

Please sign in to comment.